org.apache.hadoop.yarn.server.api.records.impl.pb
Class RegistrationResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.ProtoBase<YarnServerCommonProtos.RegistrationResponseProto>
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
| Methods inherited from class org.apache.hadoop.yarn.api.records.ProtoBase |
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString |
RegistrationResponsePBImpl
public RegistrationResponsePBImpl()
RegistrationResponsePBImpl
public RegistrationResponsePBImpl(YarnServerCommonProtos.RegistrationResponseProto proto)
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.