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