Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.Allocation

Packages that use Allocation
org.apache.hadoop.yarn.server.resourcemanager.scheduler   
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity   
org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica   
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair   
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo   
 

Uses of Allocation in org.apache.hadoop.yarn.server.resourcemanager.scheduler
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler that return Allocation
 Allocation YarnScheduler.allocate(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, List<org.apache.hadoop.yarn.api.records.ResourceRequest> ask, List<org.apache.hadoop.yarn.api.records.ContainerId> release, List<String> blacklistAdditions, List<String> blacklistRemovals)
          The main api between the ApplicationMaster and the Scheduler.
 

Uses of Allocation in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return Allocation
 Allocation CapacityScheduler.allocate(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, List<org.apache.hadoop.yarn.api.records.ResourceRequest> ask, List<org.apache.hadoop.yarn.api.records.ContainerId> release, List<String> blacklistAdditions, List<String> blacklistRemovals)
           
 

Uses of Allocation in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.fica that return Allocation
 Allocation FiCaSchedulerApp.getAllocation(org.apache.hadoop.yarn.util.resource.ResourceCalculator rc, org.apache.hadoop.yarn.api.records.Resource clusterResource, org.apache.hadoop.yarn.api.records.Resource minimumAllocation)
          This method produces an Allocation that includes the current view of the resources that will be allocated to and preempted from this application.
 

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

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return Allocation
 Allocation FairScheduler.allocate(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, List<org.apache.hadoop.yarn.api.records.ResourceRequest> ask, List<org.apache.hadoop.yarn.api.records.ContainerId> release, List<String> blacklistAdditions, List<String> blacklistRemovals)
           
 

Uses of Allocation in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo that return Allocation
 Allocation FifoScheduler.allocate(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, List<org.apache.hadoop.yarn.api.records.ResourceRequest> ask, List<org.apache.hadoop.yarn.api.records.ContainerId> release, List<String> blacklistAdditions, List<String> blacklistRemovals)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.