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

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.