org.apache.hadoop.yarn.server.api.records
Interface RegistrationResponse

All Known Implementing Classes:
RegistrationResponsePBImpl

public interface RegistrationResponse


Method Summary
 MasterKey getMasterKey()
           
 NodeAction getNodeAction()
           
 void setMasterKey(MasterKey secretKey)
           
 void setNodeAction(NodeAction nodeAction)
           
 

Method Detail

getMasterKey

MasterKey getMasterKey()

setMasterKey

void setMasterKey(MasterKey secretKey)

getNodeAction

NodeAction getNodeAction()

setNodeAction

void setNodeAction(NodeAction nodeAction)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.