Uses of Interface
org.apache.hadoop.yarn.api.records.YarnClusterMetrics

Packages that use YarnClusterMetrics
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.client   
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return YarnClusterMetrics
 YarnClusterMetrics GetClusterMetricsResponse.getClusterMetrics()
          Get the YarnClusterMetrics for the cluster.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type YarnClusterMetrics
 void GetClusterMetricsResponse.setClusterMetrics(YarnClusterMetrics metrics)
           
 

Uses of YarnClusterMetrics in org.apache.hadoop.yarn.client
 

Methods in org.apache.hadoop.yarn.client that return YarnClusterMetrics
 YarnClusterMetrics YarnClient.getYarnClusterMetrics()
           Get metrics (YarnClusterMetrics) about the cluster.
 YarnClusterMetrics YarnClientImpl.getYarnClusterMetrics()
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.