Uses of Class
org.apache.hadoop.yarn.proto.YarnServiceProtos.AllocateResponseProto

Packages that use YarnServiceProtos.AllocateResponseProto
org.apache.hadoop.yarn.api.protocolrecords.impl.pb   
org.apache.hadoop.yarn.proto   
 

Uses of YarnServiceProtos.AllocateResponseProto in org.apache.hadoop.yarn.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb that return YarnServiceProtos.AllocateResponseProto
 YarnServiceProtos.AllocateResponseProto AllocateResponsePBImpl.getProto()
           
 

Constructors in org.apache.hadoop.yarn.api.protocolrecords.impl.pb with parameters of type YarnServiceProtos.AllocateResponseProto
AllocateResponsePBImpl(YarnServiceProtos.AllocateResponseProto proto)
           
 

Uses of YarnServiceProtos.AllocateResponseProto in org.apache.hadoop.yarn.proto
 

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.AllocateResponseProto
 YarnServiceProtos.AllocateResponseProto AMRMProtocol.AMRMProtocolService.BlockingInterface.allocate(com.google.protobuf.RpcController controller, YarnServiceProtos.AllocateRequestProto request)
           
 YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.Builder.build()
           
 YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.Builder.buildPartial()
           
static YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.getDefaultInstance()
           
 YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.getDefaultInstanceForType()
           
 YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.Builder.getDefaultInstanceForType()
           
static YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.parseFrom(byte[] data)
           
static YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.parseFrom(InputStream input)
           
static YarnServiceProtos.AllocateResponseProto YarnServiceProtos.AllocateResponseProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.AllocateResponseProto
 YarnServiceProtos.AllocateResponseProto.Builder YarnServiceProtos.AllocateResponseProto.Builder.mergeFrom(YarnServiceProtos.AllocateResponseProto other)
           
static YarnServiceProtos.AllocateResponseProto.Builder YarnServiceProtos.AllocateResponseProto.newBuilder(YarnServiceProtos.AllocateResponseProto prototype)
           
 

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServiceProtos.AllocateResponseProto
abstract  void AMRMProtocol.AMRMProtocolService.allocate(com.google.protobuf.RpcController controller, YarnServiceProtos.AllocateRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.AllocateResponseProto> done)
           
 void AMRMProtocol.AMRMProtocolService.Interface.allocate(com.google.protobuf.RpcController controller, YarnServiceProtos.AllocateRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.AllocateResponseProto> done)
           
 void AMRMProtocol.AMRMProtocolService.Stub.allocate(com.google.protobuf.RpcController controller, YarnServiceProtos.AllocateRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.AllocateResponseProto> done)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.