Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.reservation.planning |
Modifier and Type | Class and Description |
---|---|
class |
StageExecutionIntervalByDemand
An implementation of
StageExecutionInterval , which sets the execution
interval of the stage. |
class |
StageExecutionIntervalUnconstrained
An implementation of
StageExecutionInterval which gives each stage
the maximal possible time interval, given the job constraints. |
Modifier and Type | Method and Description |
---|---|
IterativePlanner |
IterativePlanner.setAlgStageExecutionInterval(StageExecutionInterval alg) |
Constructor and Description |
---|
IterativePlanner(StageExecutionInterval algStageExecutionInterval,
StageAllocator algStageAllocator,
boolean allocateLeft) |
Copyright © 2020 Apache Software Foundation. All rights reserved.