Uses of Interface
fr.ens.biologie.genomique.eoulsan.core.schedulers.TaskScheduler
-
Packages that use TaskScheduler Package Description fr.ens.biologie.genomique.eoulsan.core.schedulers This package contains classes for schedulers.fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters This package contains classes for cluster schedulers. -
-
Uses of TaskScheduler in fr.ens.biologie.genomique.eoulsan.core.schedulers
Classes in fr.ens.biologie.genomique.eoulsan.core.schedulers that implement TaskScheduler Modifier and Type Class Description classAbstractTaskSchedulerThis class define an abstract task scheduler.classClusterCombinedTaskSchedulerThis class defined a combined task scheduler for cluster mode.classCombinedTaskSchedulerThis class defined a combined task scheduler that use several context schedulers according to the parallelization mode of the step.classHadoopCompatibleTaskSchedulerThis class is a scheduler for tasks from step with the @HadoopComptible annotation in Hadoop mode.classMonoThreadTaskSchedulerThis class define a mono thread scheduler.classMultiThreadTaskSchedulerThis class define a muti thread scheduler.Methods in fr.ens.biologie.genomique.eoulsan.core.schedulers that return TaskScheduler Modifier and Type Method Description static TaskSchedulerTaskSchedulerFactory. getScheduler()Get the scheduler -
Uses of TaskScheduler in fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters
Subinterfaces of TaskScheduler in fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters Modifier and Type Interface Description interfaceClusterTaskSchedulerThis interface define a cluster task scheduler.Classes in fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters that implement TaskScheduler Modifier and Type Class Description classAbstractClusterTaskSchedulerThis class is a scheduler for task running on a cluster.classBpipeTaskSchedulerThis class allow to submit, stop and get the status of jobs using Bpipe scheduler wrappers.classBundledScriptBpipeTaskSchedulerThis class define an abstract scheduler that use a bpipe script bundled in Eoulsan distribution.classDummyTaskSchedulerThis class define a Dummy cluster scheduler.classHTCondorTaskSchedulerThis class define a HTCondor cluster scheduler using a Bpipe script.classPBSProTaskSchedulerThis class define a PBSPro cluster scheduler using a Bpipe script.classSLURMTaskSchedulerThis class define a SLURM cluster scheduler using a Bpipe script.classTGCCTaskSchedulerThis class define a TGCC cluster scheduler.classTORQUETaskSchedulerThis class define a TORQUE cluster scheduler using a Bpipe script.
-