Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.reservation.planning.StageExecutionInterval
Packages that use StageExecutionInterval
-
Uses of StageExecutionInterval in org.apache.hadoop.yarn.server.resourcemanager.reservation.planning
Classes in org.apache.hadoop.yarn.server.resourcemanager.reservation.planning that implement StageExecutionIntervalModifier and TypeClassDescriptionclassAn implementation ofStageExecutionInterval, which sets the execution interval of the stage.classAn implementation ofStageExecutionIntervalwhich gives each stage the maximal possible time interval, given the job constraints.Methods in org.apache.hadoop.yarn.server.resourcemanager.reservation.planning with parameters of type StageExecutionIntervalModifier and TypeMethodDescriptionIterativePlanner.setAlgStageExecutionInterval(StageExecutionInterval alg) Constructors in org.apache.hadoop.yarn.server.resourcemanager.reservation.planning with parameters of type StageExecutionIntervalModifierConstructorDescriptionIterativePlanner(StageExecutionInterval algStageExecutionInterval, StageAllocator algStageAllocator, boolean allocateLeft)