public interface NodeStatus
Modifier and Type | Method and Description |
---|---|
List<ContainerStatus> |
getContainersStatuses() |
List<ApplicationId> |
getKeepAliveApplications() |
NodeHealthStatus |
getNodeHealthStatus() |
NodeId |
getNodeId() |
int |
getResponseId() |
void |
setContainersStatuses(List<ContainerStatus> containersStatuses) |
void |
setKeepAliveApplications(List<ApplicationId> appIds) |
void |
setNodeHealthStatus(NodeHealthStatus healthStatus) |
void |
setNodeId(NodeId nodeId) |
void |
setResponseId(int responseId) |
NodeId getNodeId()
int getResponseId()
List<ContainerStatus> getContainersStatuses()
void setContainersStatuses(List<ContainerStatus> containersStatuses)
List<ApplicationId> getKeepAliveApplications()
void setKeepAliveApplications(List<ApplicationId> appIds)
NodeHealthStatus getNodeHealthStatus()
void setNodeHealthStatus(NodeHealthStatus healthStatus)
void setNodeId(NodeId nodeId)
void setResponseId(int responseId)
Copyright © 2013 Apache Software Foundation. All rights reserved.