public interface NodeHeartbeatRequest
Modifier and Type | Method and Description |
---|---|
MasterKey |
getLastKnownContainerTokenMasterKey() |
MasterKey |
getLastKnownNMTokenMasterKey() |
NodeStatus |
getNodeStatus() |
void |
setLastKnownContainerTokenMasterKey(MasterKey secretKey) |
void |
setLastKnownNMTokenMasterKey(MasterKey secretKey) |
void |
setNodeStatus(NodeStatus status) |
NodeStatus getNodeStatus()
void setNodeStatus(NodeStatus status)
MasterKey getLastKnownContainerTokenMasterKey()
void setLastKnownContainerTokenMasterKey(MasterKey secretKey)
MasterKey getLastKnownNMTokenMasterKey()
void setLastKnownNMTokenMasterKey(MasterKey secretKey)
Copyright © 2013 Apache Software Foundation. All rights reserved.