Modifier and Type | Method and Description |
---|---|
NodeHealthStatus |
NodeStatus.getNodeHealthStatus() |
static NodeHealthStatus |
NodeHealthStatus.newInstance(boolean isNodeHealthy,
String healthReport,
long lastHealthReport) |
Modifier and Type | Method and Description |
---|---|
void |
NodeStatus.setNodeHealthStatus(NodeHealthStatus healthStatus) |
Modifier and Type | Class and Description |
---|---|
class |
NodeHealthStatusPBImpl |
Modifier and Type | Method and Description |
---|---|
NodeHealthStatus |
NodeStatusPBImpl.getNodeHealthStatus() |
Modifier and Type | Method and Description |
---|---|
void |
NodeStatusPBImpl.setNodeHealthStatus(NodeHealthStatus healthStatus) |
Modifier and Type | Method and Description |
---|---|
NodeHealthStatus |
NodeManager.NMContext.getNodeHealthStatus() |
NodeHealthStatus |
Context.getNodeHealthStatus() |
Modifier and Type | Method and Description |
---|---|
NodeHealthStatus |
RMNodeStatusEvent.getNodeHealthStatus() |
Constructor and Description |
---|
RMNodeStatusEvent(NodeId nodeId,
NodeHealthStatus nodeHealthStatus,
List<ContainerStatus> collection,
List<ApplicationId> keepAliveAppIds,
NodeHeartbeatResponse latestResponse) |
Copyright © 2013 Apache Software Foundation. All rights reserved.