Class HadoopCompatibleTaskScheduler
java.lang.Object
fr.ens.biologie.genomique.eoulsan.core.schedulers.AbstractTaskScheduler
fr.ens.biologie.genomique.eoulsan.core.schedulers.HadoopCompatibleTaskScheduler
- All Implemented Interfaces:
TaskScheduler
This class is a scheduler for tasks from step with the @HadoopComptible annotation in Hadoop
mode.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionvoidstop()Stop the scheduler.voidsubmit(Step step, TaskContextImpl context) Submit a context to execute.Methods inherited from class fr.ens.biologie.genomique.eoulsan.core.schedulers.AbstractTaskScheduler
getResult, getStatus, getTaskDoneCount, getTaskRunningCount, getTaskSubmittedCount, getTotalTaskDoneCount, getTotalTaskRunningCount, getTotalTaskSubmittedCount, start, submit, waitEndOfTasks
-
Method Details
-
submit
Description copied from interface:TaskSchedulerSubmit a context to execute.- Specified by:
submitin interfaceTaskScheduler- Overrides:
submitin classAbstractTaskScheduler- Parameters:
step- step related to the contextcontext- context to execute
-
stop
public void stop()Description copied from interface:TaskSchedulerStop the scheduler.- Specified by:
stopin interfaceTaskScheduler- Overrides:
stopin classAbstractTaskScheduler
-