Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.Allocation
Packages that use Allocation
Package
Description
-
Uses of Allocation in org.apache.hadoop.yarn.server.resourcemanager
Fields in org.apache.hadoop.yarn.server.resourcemanager declared as AllocationModifier and TypeFieldDescriptionprotected static final AllocationApplicationMasterService.EMPTY_ALLOCATION -
Uses of Allocation in org.apache.hadoop.yarn.server.resourcemanager.scheduler
Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler declared as AllocationModifier and TypeFieldDescriptionprotected static final AllocationAbstractYarnScheduler.EMPTY_ALLOCATIONMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler that return AllocationModifier and TypeMethodDescriptionYarnScheduler.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.SchedulingRequest> schedulingRequests, List<org.apache.hadoop.yarn.api.records.ContainerId> release, List<String> blacklistAdditions, List<String> blacklistRemovals, ContainerUpdates updateRequests) 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 AllocationModifier and TypeMethodDescriptionCapacityScheduler.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.SchedulingRequest> schedulingRequests, List<org.apache.hadoop.yarn.api.records.ContainerId> release, List<String> blacklistAdditions, List<String> blacklistRemovals, ContainerUpdates updateRequests) -
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 AllocationModifier and TypeMethodDescriptionFiCaSchedulerApp.getAllocation(org.apache.hadoop.yarn.util.resource.ResourceCalculator resourceCalculator, 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 AllocationModifier and TypeMethodDescriptionFairScheduler.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.SchedulingRequest> schedulingRequests, List<org.apache.hadoop.yarn.api.records.ContainerId> release, List<String> blacklistAdditions, List<String> blacklistRemovals, ContainerUpdates updateRequests) -
Uses of Allocation in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo that return AllocationModifier and TypeMethodDescriptionFifoScheduler.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.SchedulingRequest> schedulingRequests, List<org.apache.hadoop.yarn.api.records.ContainerId> release, List<String> blacklistAdditions, List<String> blacklistRemovals, ContainerUpdates updateRequests)