| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.api.records |
Server records.
|
| org.apache.hadoop.yarn.server.api.records.impl.pb |
Server records PB implementations.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract NodeHealthStatus |
NodeStatus.getNodeHealthStatus() |
|
static NodeHealthStatus |
NodeHealthStatus.newInstance(boolean isNodeHealthy,
java.lang.String healthReport,
long lastHealthReport) |
| Modifier and Type | Method | Description |
|---|---|---|
static NodeStatus |
NodeStatus.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId,
int responseId,
java.util.List<org.apache.hadoop.yarn.api.records.ContainerStatus> containerStatuses,
java.util.List<org.apache.hadoop.yarn.api.records.ApplicationId> keepAliveApplications,
NodeHealthStatus nodeHealthStatus,
org.apache.hadoop.yarn.api.records.ResourceUtilization containersUtilization,
org.apache.hadoop.yarn.api.records.ResourceUtilization nodeUtilization,
java.util.List<org.apache.hadoop.yarn.api.records.Container> increasedContainers) |
Create a new
NodeStatus. |
abstract void |
NodeStatus.setNodeHealthStatus(NodeHealthStatus healthStatus) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
NodeHealthStatusPBImpl |
| Modifier and Type | Method | Description |
|---|---|---|
NodeHealthStatus |
NodeStatusPBImpl.getNodeHealthStatus() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
NodeStatusPBImpl.setNodeHealthStatus(NodeHealthStatus healthStatus) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.