Uses of Class
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.api Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

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
abstract  List<NodeReport> GetClusterNodesResponse.getNodeReports()
          Get NodeReport for all nodes in the cluster.
abstract  List<NodeReport> AllocateResponse.getUpdatedNodes()
          Get the list of updated NodeReports.
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeReport
static AllocateResponse AllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens)
           
static AllocateResponse AllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens, List<org.apache.hadoop.yarn.api.records.ContainerResourceIncrease> increasedContainers, List<org.apache.hadoop.yarn.api.records.ContainerResourceDecrease> decreasedContainers)
           
static AllocateResponse AllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens, Token amRMToken, List<org.apache.hadoop.yarn.api.records.ContainerResourceIncrease> increasedContainers, List<org.apache.hadoop.yarn.api.records.ContainerResourceDecrease> decreasedContainers)
           
static GetClusterNodesResponse GetClusterNodesResponse.newInstance(List<NodeReport> nodeReports)
           
abstract  void GetClusterNodesResponse.setNodeReports(List<NodeReport> nodeReports)
           
abstract  void AllocateResponse.setUpdatedNodes(List<NodeReport> updatedNodes)
           
 

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

Methods in org.apache.hadoop.yarn.api.records that return NodeReport
static NodeReport NodeReport.newInstance(NodeId nodeId, NodeState nodeState, String httpAddress, String rackName, Resource used, Resource capability, int numContainers, String healthReport, long lastHealthReportTime)
           
static NodeReport NodeReport.newInstance(NodeId nodeId, NodeState nodeState, String httpAddress, String rackName, Resource used, Resource capability, int numContainers, String healthReport, long lastHealthReportTime, Set<String> nodeLabels)
           
 

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.