Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSSchedulerNode

Packages that use FSSchedulerNode
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair   
 

Uses of FSSchedulerNode in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type FSSchedulerNode
 RMContainer FSSchedulerApp.allocate(NodeType type, FSSchedulerNode node, org.apache.hadoop.yarn.api.records.Priority priority, org.apache.hadoop.yarn.api.records.ResourceRequest request, org.apache.hadoop.yarn.api.records.Container container)
           
 org.apache.hadoop.yarn.api.records.Resource FSParentQueue.assignContainer(FSSchedulerNode node)
           
 org.apache.hadoop.yarn.api.records.Resource AppSchedulable.assignContainer(FSSchedulerNode node)
           
 org.apache.hadoop.yarn.api.records.Resource FSLeafQueue.assignContainer(FSSchedulerNode node)
           
abstract  org.apache.hadoop.yarn.api.records.Resource Schedulable.assignContainer(FSSchedulerNode node)
          Assign a container on this node if possible, and return the amount of resources assigned.
protected  boolean FSQueue.assignContainerPreCheck(FSSchedulerNode node)
          Helper method to check if the queue should attempt assigning resources
 org.apache.hadoop.yarn.api.records.Resource AppSchedulable.assignReservedContainer(FSSchedulerNode node)
           
 org.apache.hadoop.yarn.api.records.Container AppSchedulable.createContainer(FSSchedulerApp application, FSSchedulerNode node, org.apache.hadoop.yarn.api.records.Resource capability, org.apache.hadoop.yarn.api.records.Priority priority)
          Create and return a container object reflecting an allocation for the given appliction on the given node with the given capability and priority.
 boolean AppSchedulable.hasContainerForNode(org.apache.hadoop.yarn.api.records.Priority prio, FSSchedulerNode node)
          Whether this app has containers requests that could be satisfied on the given node, if the node had full space.
 void FSSchedulerApp.unreserve(FSSchedulerNode node, org.apache.hadoop.yarn.api.records.Priority priority)
           
 void AppSchedulable.unreserve(org.apache.hadoop.yarn.api.records.Priority priority, FSSchedulerNode node)
          Remove the reservation on node at the given Priority.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.