org.apache.hadoop.yarn.server.api.protocolrecords
Interface NodeHeartbeatRequest

All Known Implementing Classes:
NodeHeartbeatRequestPBImpl

public interface NodeHeartbeatRequest


Method Summary
 MasterKey getLastKnownMasterKey()
           
 NodeStatus getNodeStatus()
           
 void setLastKnownMasterKey(MasterKey secretKey)
           
 void setNodeStatus(NodeStatus status)
           
 

Method Detail

getNodeStatus

NodeStatus getNodeStatus()

setNodeStatus

void setNodeStatus(NodeStatus status)

getLastKnownMasterKey

MasterKey getLastKnownMasterKey()

setLastKnownMasterKey

void setLastKnownMasterKey(MasterKey secretKey)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.