|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Allocation in org.apache.hadoop.yarn.server.resourcemanager.scheduler |
|---|
| Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler declared as Allocation | |
|---|---|
protected static Allocation |
AbstractYarnScheduler.EMPTY_ALLOCATION
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||