Uses of Enum Class
fr.ens.biologie.genomique.eoulsan.AbstractEoulsanRuntime.EoulsanExecMode
Packages that use AbstractEoulsanRuntime.EoulsanExecMode
-
Uses of AbstractEoulsanRuntime.EoulsanExecMode in fr.ens.biologie.genomique.eoulsan
Methods in fr.ens.biologie.genomique.eoulsan that return AbstractEoulsanRuntime.EoulsanExecModeModifier and TypeMethodDescriptionAbstractEoulsanRuntime.getMode()Get Eoulsan mode.HadoopEoulsanRuntime.getMode()LocalEoulsanRuntime.getMode()Returns the enum constant of this class with the specified name.AbstractEoulsanRuntime.EoulsanExecMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.ens.biologie.genomique.eoulsan with parameters of type AbstractEoulsanRuntime.EoulsanExecModeModifier and TypeMethodDescriptionvoidLocalEoulsanRuntime.setMode(AbstractEoulsanRuntime.EoulsanExecMode mode) Set the cluster mode.