Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse

Packages that use GetClusterMetricsResponse
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.api.protocolrecords   
 

Uses of GetClusterMetricsResponse in org.apache.hadoop.yarn.api
 

Methods in org.apache.hadoop.yarn.api that return GetClusterMetricsResponse
 GetClusterMetricsResponse ApplicationClientProtocol.getClusterMetrics(GetClusterMetricsRequest request)
          The interface used by clients to get metrics about the cluster from the ResourceManager.
 

Uses of GetClusterMetricsResponse in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetClusterMetricsResponse
static GetClusterMetricsResponse GetClusterMetricsResponse.newInstance(YarnClusterMetrics metrics)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.