| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.common |
| Modifier and Type | Method | Description |
|---|---|---|
ContainerAllocationProposal<A,N> |
ResourceCommitRequest.getFirstAllocatedOrReservedContainer() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ContainerAllocationProposal<A,N>> |
ResourceCommitRequest.getContainersToAllocate() |
|
java.util.List<ContainerAllocationProposal<A,N>> |
ResourceCommitRequest.getContainersToReserve() |
| Constructor | Description |
|---|---|
ResourceCommitRequest(java.util.List<ContainerAllocationProposal<A,N>> containersToAllocate,
java.util.List<ContainerAllocationProposal<A,N>> containersToReserve,
java.util.List<SchedulerContainer<A,N>> toReleaseContainers) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.