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