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 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,
org.apache.hadoop.yarn.api.records.ResourceUtilization containersUtilization,
org.apache.hadoop.yarn.api.records.ResourceUtilization nodeUtilization,
List<org.apache.hadoop.yarn.api.records.Container> increasedContainers)
Create a new
NodeStatus . |
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 © 2022 Apache Software Foundation. All rights reserved.