Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.webapp | |
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao |
Modifier and Type | Method and Description |
---|---|
NodeInfo |
RMWebServiceProtocol.getNode(String nodeId)
This method retrieves a specific node information, and it is reachable by
using
RMWSConsts.NODES_NODEID . |
NodeInfo |
RMWebServices.getNode(String nodeId) |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<NodeInfo> |
NodesInfo.node |
Modifier and Type | Method and Description |
---|---|
ArrayList<NodeInfo> |
NodesInfo.getNodes() |
Modifier and Type | Method and Description |
---|---|
void |
NodesInfo.add(NodeInfo nodeinfo) |
Modifier and Type | Method and Description |
---|---|
void |
NodesInfo.addAll(ArrayList<NodeInfo> nodesInfo) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.