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 class
HadoopEoulsanRuntime
This class define the Runtime to execute low level IO operation for Eoulsan in Hadoop mode.class
LocalEoulsanRuntime
This 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 AbstractEoulsanRuntime
EoulsanRuntime. 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 AbstractEoulsanRuntime
StepConfigurationContext. 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 AbstractEoulsanRuntime
StepConfigurationContextImpl. getRuntime()
AbstractEoulsanRuntime
TaskContextImpl. getRuntime()
AbstractEoulsanRuntime
WorkflowContext. getRuntime()
Get EoulsanRuntime.
-