org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
Class RegisterNodeManagerResponsePBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.records.ProtoBase<YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto>
      extended by org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerResponsePBImpl
All Implemented Interfaces:
RegisterNodeManagerResponse

public class RegisterNodeManagerResponsePBImpl
extends org.apache.hadoop.yarn.api.records.ProtoBase<YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto>
implements RegisterNodeManagerResponse


Constructor Summary
RegisterNodeManagerResponsePBImpl()
           
RegisterNodeManagerResponsePBImpl(YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto proto)
           
 
Method Summary
 YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto getProto()
           
 RegistrationResponse getRegistrationResponse()
           
 void setRegistrationResponse(RegistrationResponse registrationResponse)
           
 
Methods inherited from class org.apache.hadoop.yarn.api.records.ProtoBase
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegisterNodeManagerResponsePBImpl

public RegisterNodeManagerResponsePBImpl()

RegisterNodeManagerResponsePBImpl

public RegisterNodeManagerResponsePBImpl(YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto proto)
Method Detail

getProto

public YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto getProto()
Specified by:
getProto in class org.apache.hadoop.yarn.api.records.ProtoBase<YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto>

getRegistrationResponse

public RegistrationResponse getRegistrationResponse()
Specified by:
getRegistrationResponse in interface RegisterNodeManagerResponse

setRegistrationResponse

public void setRegistrationResponse(RegistrationResponse registrationResponse)
Specified by:
setRegistrationResponse in interface RegisterNodeManagerResponse


Copyright © 2013 Apache Software Foundation. All Rights Reserved.