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

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

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

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

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

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

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 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 AMRMProtocol.AMRMProtocolService.BlockingInterface.registerApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.RegisterApplicationMasterRequestProto request)
           
abstract  void AMRMProtocol.AMRMProtocolService.registerApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.RegisterApplicationMasterRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.RegisterApplicationMasterResponseProto> done)
           
 void AMRMProtocol.AMRMProtocolService.Interface.registerApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.RegisterApplicationMasterRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.RegisterApplicationMasterResponseProto> done)
           
 void AMRMProtocol.AMRMProtocolService.Stub.registerApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.RegisterApplicationMasterRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.RegisterApplicationMasterResponseProto> done)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.