@InterfaceAudience.Public @InterfaceStability.Stable public abstract class GetClusterMetricsResponse extends Object
ResourceManager to a client
 requesting cluster metrics.| Constructor and Description | 
|---|
| GetClusterMetricsResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract YarnClusterMetrics | getClusterMetrics()Get the  YarnClusterMetricsfor the cluster. | 
| static GetClusterMetricsResponse | newInstance(YarnClusterMetrics metrics) | 
| abstract void | setClusterMetrics(YarnClusterMetrics metrics) | 
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetClusterMetricsResponse newInstance(YarnClusterMetrics metrics)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract YarnClusterMetrics getClusterMetrics()
YarnClusterMetrics for the cluster.YarnClusterMetrics for the cluster@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setClusterMetrics(YarnClusterMetrics metrics)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.