Package | Description |
---|---|
org.apache.hadoop.yarn.server.api.records | |
org.apache.hadoop.yarn.server.api.records.impl.pb |
Modifier and Type | Method and Description |
---|---|
abstract NodeHealthStatus |
NodeStatus.getNodeHealthStatus() |
static NodeHealthStatus |
NodeHealthStatus.newInstance(boolean isNodeHealthy,
String healthReport,
long lastHealthReport) |
Modifier and Type | Method and Description |
---|---|
static NodeStatus |
NodeStatus.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId,
int responseId,
List<org.apache.hadoop.yarn.api.records.ContainerStatus> containerStatuses,
List<org.apache.hadoop.yarn.api.records.ApplicationId> keepAliveApplications,
NodeHealthStatus nodeHealthStatus) |
abstract 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) |
Copyright © 2018 Apache Software Foundation. All Rights Reserved.