Uses of Class
org.hortonmachine.gears.libs.modules.multiprocessing.ExecutionPlanner
-
Packages that use ExecutionPlanner Package Description org.hortonmachine.gears.libs.modules.multiprocessing -
-
Uses of ExecutionPlanner in org.hortonmachine.gears.libs.modules.multiprocessing
Subclasses of ExecutionPlanner in org.hortonmachine.gears.libs.modules.multiprocessing Modifier and Type Class Description classFixedChunkSizePlannerclassInThreadExecutionPlannerFields in org.hortonmachine.gears.libs.modules.multiprocessing with type parameters of type ExecutionPlanner Modifier and Type Field Description static Supplier<ExecutionPlanner>ExecutionPlanner. defaultPlannerFactorySet this to change the default planner for all modules.Methods in org.hortonmachine.gears.libs.modules.multiprocessing that return ExecutionPlanner Modifier and Type Method Description static ExecutionPlannerExecutionPlanner. createDefaultPlanner()Creates a new general purpose, defaultExecutionPlanner.protected ExecutionPlannerMultiProcessing. createDefaultPlanner()By default this method returnscreateDefaultPlanner().ExecutionPlannerExecutionPlanner. setNumberOfTasks(int num)Hints this planner about the total number of task until nextjoin().
-