Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.reservation.planning.StageAllocator
Packages that use StageAllocator
-
Uses of StageAllocator in org.apache.hadoop.yarn.server.resourcemanager.reservation.planning
Classes in org.apache.hadoop.yarn.server.resourcemanager.reservation.planning that implement StageAllocatorModifier and TypeClassDescriptionclassComputes the stage allocation according to the greedy allocation rule.classComputes the stage allocation according to the greedy allocation rule.classA stage allocator that iteratively allocates containers in theStageAllocatorLowCostAligned.DurationIntervalwith lowest overall cost.Methods in org.apache.hadoop.yarn.server.resourcemanager.reservation.planning with parameters of type StageAllocatorConstructors in org.apache.hadoop.yarn.server.resourcemanager.reservation.planning with parameters of type StageAllocatorModifierConstructorDescriptionIterativePlanner(StageExecutionInterval algStageExecutionInterval, StageAllocator algStageAllocator, boolean allocateLeft)