Modifier and Type | Method and Description |
---|---|
List<NodeReport> |
ResourceMgrDelegate.getNodeReports(NodeState... states) |
Modifier and Type | Method and Description |
---|---|
abstract EnumSet<NodeState> |
GetClusterNodesRequest.getNodeStates()
The state to filter the cluster nodes with.
|
Modifier and Type | Method and Description |
---|---|
static GetClusterNodesRequest |
GetClusterNodesRequest.newInstance(EnumSet<NodeState> states) |
abstract void |
GetClusterNodesRequest.setNodeStates(EnumSet<NodeState> states)
The state to filter the cluster nodes with.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<NodeState> |
GetClusterNodesRequestPBImpl.getNodeStates() |
Modifier and Type | Method and Description |
---|---|
void |
GetClusterNodesRequestPBImpl.setNodeStates(EnumSet<NodeState> states) |
Modifier and Type | Method and Description |
---|---|
abstract NodeState |
NodeReport.getNodeState()
Get the
NodeState of the node. |
static NodeState |
NodeState.valueOf(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 and Description |
---|---|
static NodeReport |
NodeReport.newInstance(NodeId nodeId,
NodeState nodeState,
String httpAddress,
String rackName,
Resource used,
Resource capability,
int numContainers,
String healthReport,
long lastHealthReportTime) |
abstract void |
NodeReport.setNodeState(NodeState nodeState) |
Modifier and Type | Method and Description |
---|---|
static NodeState |
ProtoUtils.convertFromProtoFormat(YarnProtos.NodeStateProto e) |
NodeState |
NodeReportPBImpl.getNodeState() |
Modifier and Type | Method and Description |
---|---|
static YarnProtos.NodeStateProto |
ProtoUtils.convertToProtoFormat(NodeState e) |
void |
NodeReportPBImpl.setNodeState(NodeState nodeState) |
Modifier and Type | Method and Description |
---|---|
abstract List<NodeReport> |
YarnClient.getNodeReports(NodeState... states)
Get a report of nodes (
NodeReport ) in the cluster. |
Modifier and Type | Method and Description |
---|---|
List<NodeReport> |
YarnClientImpl.getNodeReports(NodeState... states) |
Modifier and Type | Method and Description |
---|---|
static List<RMNode> |
RMServerUtils.queryRMNodes(RMContext context,
EnumSet<NodeState> acceptedStates) |
Modifier and Type | Method and Description |
---|---|
NodeState |
RMNodeImpl.getState() |
NodeState |
RMNode.getState() |
NodeState |
RMNodeImpl.StatusUpdateWhenHealthyTransition.transition(RMNodeImpl rmNode,
RMNodeEvent event) |
NodeState |
RMNodeImpl.StatusUpdateWhenUnHealthyTransition.transition(RMNodeImpl rmNode,
RMNodeEvent event) |
Constructor and Description |
---|
RMNodeImpl.DeactivateNodeTransition(NodeState finalState) |
Modifier and Type | Field and Description |
---|---|
protected NodeState |
NodeInfo.state |
Modifier and Type | Method and Description |
---|---|
static NodeReport |
BuilderUtils.newNodeReport(NodeId nodeId,
NodeState nodeState,
String httpAddress,
String rackName,
Resource used,
Resource capability,
int numContainers,
String healthReport,
long lastHealthReportTime) |
Copyright © 2013 Apache Software Foundation. All rights reserved.