Uses of Class
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.RegistrationResponseProto

Packages that use YarnServerCommonProtos.RegistrationResponseProto
org.apache.hadoop.yarn.proto   
org.apache.hadoop.yarn.server.api.records.impl.pb   
 

Uses of YarnServerCommonProtos.RegistrationResponseProto in org.apache.hadoop.yarn.proto
 

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServerCommonProtos.RegistrationResponseProto
 YarnServerCommonProtos.RegistrationResponseProto.Builder YarnServerCommonProtos.RegistrationResponseProto.Builder.mergeFrom(YarnServerCommonProtos.RegistrationResponseProto other)
           
 YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto.Builder YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto.Builder.mergeRegistrationResponse(YarnServerCommonProtos.RegistrationResponseProto value)
           
static YarnServerCommonProtos.RegistrationResponseProto.Builder YarnServerCommonProtos.RegistrationResponseProto.newBuilder(YarnServerCommonProtos.RegistrationResponseProto prototype)
           
 YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto.Builder YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto.Builder.setRegistrationResponse(YarnServerCommonProtos.RegistrationResponseProto value)
           
 

Uses of YarnServerCommonProtos.RegistrationResponseProto in org.apache.hadoop.yarn.server.api.records.impl.pb
 

Methods in org.apache.hadoop.yarn.server.api.records.impl.pb that return YarnServerCommonProtos.RegistrationResponseProto
 YarnServerCommonProtos.RegistrationResponseProto RegistrationResponsePBImpl.getProto()
           
 

Constructors in org.apache.hadoop.yarn.server.api.records.impl.pb with parameters of type YarnServerCommonProtos.RegistrationResponseProto
RegistrationResponsePBImpl(YarnServerCommonProtos.RegistrationResponseProto proto)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.