Modifier and Type | Method and Description |
---|---|
Allocation |
YarnScheduler.allocate(ApplicationAttemptId appAttemptId,
List<ResourceRequest> ask,
List<ContainerId> release,
List<String> blacklistAdditions,
List<String> blacklistRemovals)
The main api between the ApplicationMaster and the Scheduler.
|
Modifier and Type | Method and Description |
---|---|
Allocation |
CapacityScheduler.allocate(ApplicationAttemptId applicationAttemptId,
List<ResourceRequest> ask,
List<ContainerId> release,
List<String> blacklistAdditions,
List<String> blacklistRemovals) |
Modifier and Type | Method and Description |
---|---|
Allocation |
FiCaSchedulerApp.getAllocation(ResourceCalculator rc,
Resource clusterResource,
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.
|
Modifier and Type | Method and Description |
---|---|
Allocation |
FairScheduler.allocate(ApplicationAttemptId appAttemptId,
List<ResourceRequest> ask,
List<ContainerId> release,
List<String> blacklistAdditions,
List<String> blacklistRemovals) |
Modifier and Type | Method and Description |
---|---|
Allocation |
FifoScheduler.allocate(ApplicationAttemptId applicationAttemptId,
List<ResourceRequest> ask,
List<ContainerId> release,
List<String> blacklistAdditions,
List<String> blacklistRemovals) |
Copyright © 2013 Apache Software Foundation. All rights reserved.