@InterfaceAudience.Public @InterfaceStability.Stable public interface YarnClusterMetrics
YarnClusterMetrics represents cluster metrics.
Currently only number of NodeManagers is provided.
| Modifier and Type | Method and Description |
|---|---|
int |
getNumNodeManagers()
Get the number of
NodeManagers in the cluster. |
@InterfaceAudience.Public @InterfaceStability.Stable int getNumNodeManagers()
NodeManagers in the cluster.NodeManagers in the clusterCopyright © 2014 Apache Software Foundation. All Rights Reserved.