Uses of Class
org.apache.hadoop.yarn.api.records.NodeId

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

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

Methods in org.apache.hadoop.yarn.api.records that return NodeId
 NodeId NodeReport.getNodeId()
          Get the NodeId of the node.
 NodeId Container.getNodeId()
          Get the identifier of the node on which the container is allocated.
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type NodeId
 int NodeId.compareTo(NodeId other)
           
 void NodeReport.setNodeId(NodeId nodeId)
           
 void Container.setNodeId(NodeId nodeId)
           
 

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

Subclasses of NodeId in org.apache.hadoop.yarn.api.records.impl.pb
 class NodeIdPBImpl
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb that return NodeId
 NodeId NodeReportPBImpl.getNodeId()
           
 NodeId ContainerPBImpl.getNodeId()
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb with parameters of type NodeId
 void NodeReportPBImpl.setNodeId(NodeId nodeId)
           
 void ContainerPBImpl.setNodeId(NodeId nodeId)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.