Uses of Class
fr.ens.biologie.genomique.eoulsan.AbstractEoulsanRuntime.EoulsanExecMode
-
Packages that use AbstractEoulsanRuntime.EoulsanExecMode Package Description fr.ens.biologie.genomique.eoulsan Root package of Eoulsan. -
-
Uses of AbstractEoulsanRuntime.EoulsanExecMode in fr.ens.biologie.genomique.eoulsan
Methods in fr.ens.biologie.genomique.eoulsan that return AbstractEoulsanRuntime.EoulsanExecMode Modifier and Type Method Description abstract AbstractEoulsanRuntime.EoulsanExecMode
AbstractEoulsanRuntime. getMode()
Get Eoulsan mode.AbstractEoulsanRuntime.EoulsanExecMode
HadoopEoulsanRuntime. getMode()
AbstractEoulsanRuntime.EoulsanExecMode
LocalEoulsanRuntime. getMode()
static AbstractEoulsanRuntime.EoulsanExecMode
AbstractEoulsanRuntime.EoulsanExecMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractEoulsanRuntime.EoulsanExecMode[]
AbstractEoulsanRuntime.EoulsanExecMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.ens.biologie.genomique.eoulsan with parameters of type AbstractEoulsanRuntime.EoulsanExecMode Modifier and Type Method Description void
LocalEoulsanRuntime. setMode(AbstractEoulsanRuntime.EoulsanExecMode mode)
Set the cluster mode.
-