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

Packages that use YarnServiceProtos.AllocateRequestProto
org.apache.hadoop.yarn.proto   
 

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

Fields in org.apache.hadoop.yarn.proto with type parameters of type YarnServiceProtos.AllocateRequestProto
static com.google.protobuf.Parser<YarnServiceProtos.AllocateRequestProto> YarnServiceProtos.AllocateRequestProto.PARSER
           
 

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

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnServiceProtos.AllocateRequestProto
 com.google.protobuf.Parser<YarnServiceProtos.AllocateRequestProto> YarnServiceProtos.AllocateRequestProto.getParserForType()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.AllocateRequestProto
 YarnServiceProtos.AllocateResponseProto ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface.allocate(com.google.protobuf.RpcController controller, YarnServiceProtos.AllocateRequestProto request)
           
abstract  void ApplicationMasterProtocol.ApplicationMasterProtocolService.allocate(com.google.protobuf.RpcController controller, YarnServiceProtos.AllocateRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.AllocateResponseProto> done)
          rpc allocate(.hadoop.yarn.AllocateRequestProto) returns (.hadoop.yarn.AllocateResponseProto);
 void ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface.allocate(com.google.protobuf.RpcController controller, YarnServiceProtos.AllocateRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.AllocateResponseProto> done)
          rpc allocate(.hadoop.yarn.AllocateRequestProto) returns (.hadoop.yarn.AllocateResponseProto);
 void ApplicationMasterProtocol.ApplicationMasterProtocolService.Stub.allocate(com.google.protobuf.RpcController controller, YarnServiceProtos.AllocateRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.AllocateResponseProto> done)
           
 YarnServiceProtos.AllocateRequestProto.Builder YarnServiceProtos.AllocateRequestProto.Builder.mergeFrom(YarnServiceProtos.AllocateRequestProto other)
           
static YarnServiceProtos.AllocateRequestProto.Builder YarnServiceProtos.AllocateRequestProto.newBuilder(YarnServiceProtos.AllocateRequestProto prototype)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.