Uses of Class
fr.ens.biologie.genomique.eoulsan.AbstractEoulsanRuntime
-
Packages that use AbstractEoulsanRuntime Package Description fr.ens.biologie.genomique.eoulsan Root package of Eoulsan.fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class.fr.ens.biologie.genomique.eoulsan.core.workflow This package contains Eoulsan workflow dedicated classes. -
-
Uses of AbstractEoulsanRuntime in fr.ens.biologie.genomique.eoulsan
Subclasses of AbstractEoulsanRuntime in fr.ens.biologie.genomique.eoulsan Modifier and Type Class Description classHadoopEoulsanRuntimeThis class define the Runtime to execute low level IO operation for Eoulsan in Hadoop mode.classLocalEoulsanRuntimeThis class define the Runtime to execute low level IO operation for Eoulsan in local mode.Methods in fr.ens.biologie.genomique.eoulsan that return AbstractEoulsanRuntime Modifier and Type Method Description static AbstractEoulsanRuntimeEoulsanRuntime. getRuntime()Get the Eoulsan runtime instance. -
Uses of AbstractEoulsanRuntime in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return AbstractEoulsanRuntime Modifier and Type Method Description AbstractEoulsanRuntimeStepConfigurationContext. getRuntime()Get EoulsanRuntime. -
Uses of AbstractEoulsanRuntime in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return AbstractEoulsanRuntime Modifier and Type Method Description AbstractEoulsanRuntimeStepConfigurationContextImpl. getRuntime()AbstractEoulsanRuntimeTaskContextImpl. getRuntime()AbstractEoulsanRuntimeWorkflowContext. getRuntime()Get EoulsanRuntime.
-