org.apache.hadoop.yarn.api.protocolrecords
Interface GetClusterMetricsResponse


@InterfaceAudience.Public
@InterfaceStability.Stable
public interface GetClusterMetricsResponse

The response sent by the ResourceManager to a client requesting cluster metrics.

See Also:
YarnClusterMetrics, ClientRMProtocol.getClusterMetrics(GetClusterMetricsRequest)

Method Summary
 YarnClusterMetrics getClusterMetrics()
          Get the YarnClusterMetrics for the cluster.
 

Method Detail

getClusterMetrics

@InterfaceAudience.Public
@InterfaceStability.Stable
YarnClusterMetrics getClusterMetrics()
Get the YarnClusterMetrics for the cluster.

Returns:
YarnClusterMetrics for the cluster


Copyright © 2013 Apache Software Foundation. All Rights Reserved.