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

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

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

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

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

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

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

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

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServiceProtos.RegisterApplicationMasterResponseProto
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.