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.records   
org.apache.hadoop.yarn.client   
 

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.records
 

Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type NodeReport
 List<NodeReport> AMResponse.getUpdatedNodes()
          Get the list of updated NodeReports.
 

Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type NodeReport
 void AMResponse.setUpdatedNodes(List<NodeReport> updatedNodes)
           
 

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

Methods in org.apache.hadoop.yarn.client that return types with arguments of type NodeReport
 List<NodeReport> YarnClientImpl.getNodeReports()
           
 List<NodeReport> YarnClient.getNodeReports()
           Get a report of all nodes (NodeReport) in the cluster.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.