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

Packages that use NodeId
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
org.apache.hadoop.yarn.server.api.protocolrecords   
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type NodeId
abstract  Map<NodeId,Set<String>> GetNodesToLabelsResponse.getNodeToLabels()
           
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeId
static GetNodesToLabelsResponse GetNodesToLabelsResponse.newInstance(Map<NodeId,Set<String>> map)
           
abstract  void GetNodesToLabelsResponse.setNodeToLabels(Map<NodeId,Set<String>> map)
           
 

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

Methods in org.apache.hadoop.yarn.api.records that return NodeId
abstract  NodeId ContainerReport.getAssignedNode()
          Get the allocated NodeId where container is running.
abstract  NodeId NodeReport.getNodeId()
          Get the NodeId of the node.
abstract  NodeId NMToken.getNodeId()
          Get the NodeId of the NodeManager for which the NMToken is used to authenticate.
abstract  NodeId Container.getNodeId()
          Get the identifier of the node on which the container is allocated.
static NodeId NodeId.newInstance(String host, int port)
           
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type NodeId
 int NodeId.compareTo(NodeId other)
           
static Container Container.newInstance(ContainerId containerId, NodeId nodeId, String nodeHttpAddress, Resource resource, Priority priority, Token containerToken)
           
static ContainerReport ContainerReport.newInstance(ContainerId containerId, Resource allocatedResource, NodeId assignedNode, Priority priority, long creationTime, long finishTime, String diagnosticInfo, String logUrl, int containerExitStatus, ContainerState containerState)
           
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)
           
static NMToken NMToken.newInstance(NodeId nodeId, Token token)
           
abstract  void ContainerReport.setAssignedNode(NodeId nodeId)
           
abstract  void NodeReport.setNodeId(NodeId nodeId)
           
abstract  void NMToken.setNodeId(NodeId nodeId)
           
abstract  void Container.setNodeId(NodeId nodeId)
           
 

Uses of NodeId in org.apache.hadoop.yarn.server.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return types with arguments of type NodeId
abstract  Map<NodeId,ResourceOption> UpdateNodeResourceRequest.getNodeResourceMap()
          Get the map from NodeId to ResourceOption.
abstract  Map<NodeId,Set<String>> ReplaceLabelsOnNodeRequest.getNodeToLabels()
           
 

Method parameters in org.apache.hadoop.yarn.server.api.protocolrecords with type arguments of type NodeId
static UpdateNodeResourceRequest UpdateNodeResourceRequest.newInstance(Map<NodeId,ResourceOption> nodeResourceMap)
           
static ReplaceLabelsOnNodeRequest ReplaceLabelsOnNodeRequest.newInstance(Map<NodeId,Set<String>> map)
           
abstract  void UpdateNodeResourceRequest.setNodeResourceMap(Map<NodeId,ResourceOption> nodeResourceMap)
          Set the map from NodeId to ResourceOption.
abstract  void ReplaceLabelsOnNodeRequest.setNodeToLabels(Map<NodeId,Set<String>> map)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.