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

Packages that use NodeReport
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.protocolrecords.impl.pb   
org.apache.hadoop.yarn.api.records.impl.pb   
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type NodeReport
 List<NodeReport> GetClusterNodesResponse.getNodeReports()
          Get NodeReport for all nodes in the cluster.
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeReport
 void GetClusterNodesResponse.setNodeReports(List<NodeReport> nodeReports)
           
 

Uses of NodeReport in org.apache.hadoop.yarn.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb that return types with arguments of type NodeReport
 List<NodeReport> GetClusterNodesResponsePBImpl.getNodeReports()
           
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords.impl.pb with type arguments of type NodeReport
 void GetClusterNodesResponsePBImpl.setNodeReports(List<NodeReport> nodeManagers)
           
 

Uses of NodeReport in org.apache.hadoop.yarn.api.records.impl.pb
 

Classes in org.apache.hadoop.yarn.api.records.impl.pb that implement NodeReport
 class NodeReportPBImpl
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.