org.apache.hadoop.yarn.server.api.records.impl.pb
Class RegistrationResponsePBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.records.ProtoBase<YarnServerCommonProtos.RegistrationResponseProto>
      extended by org.apache.hadoop.yarn.server.api.records.impl.pb.RegistrationResponsePBImpl
All Implemented Interfaces:
RegistrationResponse

public class RegistrationResponsePBImpl
extends org.apache.hadoop.yarn.api.records.ProtoBase<YarnServerCommonProtos.RegistrationResponseProto>
implements RegistrationResponse


Constructor Summary
RegistrationResponsePBImpl()
           
RegistrationResponsePBImpl(YarnServerCommonProtos.RegistrationResponseProto proto)
           
 
Method Summary
 MasterKey getMasterKey()
           
 NodeAction getNodeAction()
           
 YarnServerCommonProtos.RegistrationResponseProto getProto()
           
 void setMasterKey(MasterKey masterKey)
           
 void setNodeAction(NodeAction nodeAction)
           
 
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

RegistrationResponsePBImpl

public RegistrationResponsePBImpl()

RegistrationResponsePBImpl

public RegistrationResponsePBImpl(YarnServerCommonProtos.RegistrationResponseProto proto)
Method Detail

getProto

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

getMasterKey

public MasterKey getMasterKey()
Specified by:
getMasterKey in interface RegistrationResponse

setMasterKey

public void setMasterKey(MasterKey masterKey)
Specified by:
setMasterKey in interface RegistrationResponse

getNodeAction

public NodeAction getNodeAction()
Specified by:
getNodeAction in interface RegistrationResponse

setNodeAction

public void setNodeAction(NodeAction nodeAction)
Specified by:
setNodeAction in interface RegistrationResponse


Copyright © 2013 Apache Software Foundation. All Rights Reserved.