|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Stable public interface GetClusterNodesResponse
The response sent by the ResourceManager to a client
requesting a NodeReport for all nodes.
The NodeReport contains per-node information such as
available resources, number of containers, tracking url, rack name, health
status etc.
NodeReport,
ClientRMProtocol.getClusterNodes(GetClusterNodesRequest)| Method Summary | |
|---|---|
List<NodeReport> |
getNodeReports()
Get NodeReport for all nodes in the cluster. |
void |
setNodeReports(List<NodeReport> nodeReports)
|
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Stable List<NodeReport> getNodeReports()
NodeReport for all nodes in the cluster.
NodeReport for all nodes in the cluster@InterfaceAudience.Private @InterfaceStability.Unstable void setNodeReports(List<NodeReport> nodeReports)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||