| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.reservation.planning |
| Modifier and Type | Class | Description |
|---|---|---|
class |
StageAllocatorGreedy |
Computes the stage allocation according to the greedy allocation rule.
|
class |
StageAllocatorGreedyRLE |
Computes the stage allocation according to the greedy allocation rule.
|
class |
StageAllocatorLowCostAligned |
A stage allocator that iteratively allocates containers in the
StageAllocatorLowCostAligned.DurationInterval with lowest overall cost. |
| Modifier and Type | Method | Description |
|---|---|---|
IterativePlanner |
IterativePlanner.setAlgStageAllocator(StageAllocator alg) |
| Constructor | Description |
|---|---|
IterativePlanner(StageExecutionInterval algStageExecutionInterval,
StageAllocator algStageAllocator,
boolean allocateLeft) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.