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.EoulsanExecModeAbstractEoulsanRuntime. getMode()Get Eoulsan mode.AbstractEoulsanRuntime.EoulsanExecModeHadoopEoulsanRuntime. getMode()AbstractEoulsanRuntime.EoulsanExecModeLocalEoulsanRuntime. getMode()static AbstractEoulsanRuntime.EoulsanExecModeAbstractEoulsanRuntime.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 voidLocalEoulsanRuntime. setMode(AbstractEoulsanRuntime.EoulsanExecMode mode)Set the cluster mode.
-