| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.records | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeUpdateType | NodeReport. getNodeUpdateType()Optional node update type (null indicates absent update type). | 
| static NodeUpdateType | NodeUpdateType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static NodeUpdateType[] | NodeUpdateType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static NodeReport | NodeReport. newInstance(NodeId nodeId,
           NodeState nodeState,
           String httpAddress,
           String rackName,
           Resource used,
           Resource capability,
           int numContainers,
           String healthReport,
           long lastHealthReportTime,
           Set<String> nodeLabels,
           Integer decommissioningTimeout,
           NodeUpdateType nodeUpdateType) | 
| void | NodeReport. setNodeUpdateType(NodeUpdateType nodeUpdateType)Set the node update type (null indicates absent node update type). | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.