| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.EnumSet<NodeState> |
GetClusterNodesRequest.getNodeStates() |
The state to filter the cluster nodes with.
|
| Modifier and Type | Method | Description |
|---|---|---|
static GetClusterNodesRequest |
GetClusterNodesRequest.newInstance(java.util.EnumSet<NodeState> states) |
|
abstract void |
GetClusterNodesRequest.setNodeStates(java.util.EnumSet<NodeState> states) |
The state to filter the cluster nodes with.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract NodeState |
NodeReport.getNodeState() |
Get the
NodeState of the node. |
static NodeState |
NodeState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NodeState[] |
NodeState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static NodeReport |
NodeReport.newInstance(NodeId nodeId,
NodeState nodeState,
java.lang.String httpAddress,
java.lang.String rackName,
Resource used,
Resource capability,
int numContainers,
java.lang.String healthReport,
long lastHealthReportTime) |
|
static NodeReport |
NodeReport.newInstance(NodeId nodeId,
NodeState nodeState,
java.lang.String httpAddress,
java.lang.String rackName,
Resource used,
Resource capability,
int numContainers,
java.lang.String healthReport,
long lastHealthReportTime,
java.util.Set<java.lang.String> nodeLabels,
java.lang.Integer decommissioningTimeout,
NodeUpdateType nodeUpdateType) |
|
abstract void |
NodeReport.setNodeState(NodeState nodeState) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.