Uses of Class
fr.ens.biologie.genomique.eoulsan.Settings
Packages that use Settings
Package
Description
Root package of Eoulsan.
This package contains Eoulsan workflow core class.
This package contains classes for cluster schedulers.
This package contains Eoulsan workflow dedicated classes.
This package contain utility classes.
-
Uses of Settings in fr.ens.biologie.genomique.eoulsan
Methods in fr.ens.biologie.genomique.eoulsan that return SettingsModifier and TypeMethodDescriptionAbstractEoulsanRuntime.getSettings()Get Settings.static SettingsEoulsanRuntime.getSettings()Get instance settings.Methods in fr.ens.biologie.genomique.eoulsan with parameters of type SettingsModifier and TypeMethodDescriptionstatic List<Infos.Info>Return a list with cloud configuration informations.static List<Infos.Info>Infos.clusterInfo(Settings settings) Return a list with cluster configuration informations.static org.apache.hadoop.conf.ConfigurationCommonHadoop.createConfiguration(Settings settings) Create a new Configuration object from settings.static List<Infos.Info>Infos.dockerInfo(Settings settings) Return a list with Docker configuration informations.static List<Infos.Info>Infos.generalConf(Settings settings) Return a list with general configuration informations.static List<Infos.Info>Infos.hadoopInfo(Settings settings) Return a list with Hadoop configuration informations.static List<Infos.Info>Return a list with email configuration informations.static List<Infos.Info>Infos.modulesAndFormatsInfo(Settings settings) Return a list with modules and format informations.static LocalEoulsanRuntimeLocalEoulsanRuntime.newEoulsanRuntime(Settings settings) Public constructor, initialize the runtime.static List<Infos.Info>Infos.partitionInfo(Settings settings) Return a list with Docker configuration informations.static List<Infos.Info>Infos.rAndRserveInfo(Settings settings) Return a list with R and Rserve configuration informations.voidSettings.setSettings(Settings settings) Set the values of the settings with another Settings object.static List<Infos.Info>Infos.storageInfo(Settings settings) Return a list with storage informations. -
Uses of Settings in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return Settings -
Uses of Settings in fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters
Methods in fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters with parameters of type Settings -
Uses of Settings in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return SettingsModifier and TypeMethodDescriptionStepConfigurationContextImpl.getSettings()TaskContextImpl.getSettings()WorkflowContext.getSettings()Get Eoulsan settings. -
Uses of Settings in fr.ens.biologie.genomique.eoulsan.util
Methods in fr.ens.biologie.genomique.eoulsan.util with parameters of type SettingsModifier and TypeMethodDescriptionstatic DataFileEoulsanTranslatorUtils.getLinksFileFromSettings(Settings settings) Get the links file from the settings.