| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.common |
| Modifier and Type | Method | Description |
|---|---|---|
SchedulerContainer<A,N> |
ContainerAllocationProposal.getAllocatedOrReservedContainer() |
|
SchedulerContainer<A,N> |
ContainerAllocationProposal.getAllocateFromReservedContainer() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SchedulerContainer<A,N>> |
ResourceCommitRequest.getContainersToRelease() |
|
java.util.List<SchedulerContainer<A,N>> |
ContainerAllocationProposal.getToRelease() |
| Constructor | Description |
|---|---|
ContainerAllocationProposal(SchedulerContainer<A,N> allocatedOrReservedContainer,
java.util.List<SchedulerContainer<A,N>> toRelease,
SchedulerContainer<A,N> allocateFromReservedContainer,
NodeType allocationLocalityType,
NodeType requestLocalityType,
SchedulingMode schedulingMode,
org.apache.hadoop.yarn.api.records.Resource allocatedResource) |
| Constructor | Description |
|---|---|
ContainerAllocationProposal(SchedulerContainer<A,N> allocatedOrReservedContainer,
java.util.List<SchedulerContainer<A,N>> toRelease,
SchedulerContainer<A,N> allocateFromReservedContainer,
NodeType allocationLocalityType,
NodeType requestLocalityType,
SchedulingMode schedulingMode,
org.apache.hadoop.yarn.api.records.Resource allocatedResource) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.