| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.scheduler |
Utility classes used for Scheduling.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<org.apache.hadoop.yarn.api.records.Container> |
DistributedOpportunisticContainerAllocator.allocateContainers(org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest blackList,
java.util.List<org.apache.hadoop.yarn.api.records.ResourceRequest> oppResourceReqs,
org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
OpportunisticContainerContext opportContext,
long rmIdentifier,
java.lang.String appSubmitter) |
|
abstract java.util.List<org.apache.hadoop.yarn.api.records.Container> |
OpportunisticContainerAllocator.allocateContainers(org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest blackList,
java.util.List<org.apache.hadoop.yarn.api.records.ResourceRequest> oppResourceReqs,
org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
OpportunisticContainerContext opportContext,
long rmIdentifier,
java.lang.String appSubmitter) |
Allocate OPPORTUNISTIC containers.
|
protected void |
OpportunisticContainerAllocator.matchAllocation(java.util.List<java.util.Map<org.apache.hadoop.yarn.api.records.Resource,java.util.List<OpportunisticContainerAllocator.Allocation>>> allocations,
java.util.List<org.apache.hadoop.yarn.api.records.Container> allocatedContainers,
OpportunisticContainerContext oppContext) |
|
protected void |
OpportunisticContainerAllocator.updateBlacklist(org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest blackList,
OpportunisticContainerContext oppContext) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.