Uses of Interface
fr.ens.biologie.genomique.eoulsan.core.Step
-
Packages that use Step Package Description fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class.fr.ens.biologie.genomique.eoulsan.core.schedulers This package contains classes for schedulers.fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters This package contains classes for cluster schedulers.fr.ens.biologie.genomique.eoulsan.core.workflow This package contains Eoulsan workflow dedicated classes.fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload This package contain classes related to upload data to HDFS and Cloud.fr.ens.biologie.genomique.eoulsan.ui This package contains Eoulsan user interface classes. -
-
Uses of Step in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return Step Modifier and Type Method Description StepStepConfigurationContext. getCurrentStep()Get the current step.StepWorkflow. getDesignStep()Get the design step of the workflow.StepWorkflow. getFirstStep()Get the first step of the workflow (after generator steps).StepWorkflow. getRootStep()Get the first steps of the workflow.Methods in fr.ens.biologie.genomique.eoulsan.core that return types with arguments of type Step Modifier and Type Method Description Set<Step>AbstractPort. getLinkedSteps()Set<Step>Port. getLinkedSteps()Get the steps linked to this port.Set<Step>Workflow. getSteps()Get the steps of the workflow. -
Uses of Step in fr.ens.biologie.genomique.eoulsan.core.schedulers
Methods in fr.ens.biologie.genomique.eoulsan.core.schedulers that return Step Modifier and Type Method Description protected StepAbstractTaskScheduler. getStep(int contextId)Get the step related to a context.protected StepAbstractTaskScheduler. getStep(TaskContextImpl context)Get the step related to a context.Methods in fr.ens.biologie.genomique.eoulsan.core.schedulers with parameters of type Step Modifier and Type Method Description StepResultAbstractTaskScheduler. getResult(Step step)StepResultClusterCombinedTaskScheduler. getResult(Step step)StepResultCombinedTaskScheduler. getResult(Step step)StepResultTaskScheduler. getResult(Step step)Get the result related to a step.StepStatusAbstractTaskScheduler. getStatus(Step step)StepStatusClusterCombinedTaskScheduler. getStatus(Step step)StepStatusCombinedTaskScheduler. getStatus(Step step)StepStatusTaskScheduler. getStatus(Step step)Get the status related to a step.intAbstractTaskScheduler. getTaskDoneCount(Step step)intClusterCombinedTaskScheduler. getTaskDoneCount(Step step)intCombinedTaskScheduler. getTaskDoneCount(Step step)intTaskScheduler. getTaskDoneCount(Step step)Get the count of done task contexts of a step.intAbstractTaskScheduler. getTaskRunningCount(Step step)intClusterCombinedTaskScheduler. getTaskRunningCount(Step step)intCombinedTaskScheduler. getTaskRunningCount(Step step)intTaskScheduler. getTaskRunningCount(Step step)Get the count of running task contexts of a step.intAbstractTaskScheduler. getTaskSubmittedCount(Step step)intClusterCombinedTaskScheduler. getTaskSubmittedCount(Step step)intCombinedTaskScheduler. getTaskSubmittedCount(Step step)intTaskScheduler. getTaskSubmittedCount(Step step)Get the count of submitted task contexts of a step.voidAbstractTaskScheduler. submit(Step step, TaskContextImpl context)voidAbstractTaskScheduler. submit(Step step, Set<TaskContextImpl> contexts)voidClusterCombinedTaskScheduler. submit(Step step, TaskContextImpl context)voidClusterCombinedTaskScheduler. submit(Step step, Set<TaskContextImpl> contexts)voidCombinedTaskScheduler. submit(Step step, TaskContextImpl context)voidCombinedTaskScheduler. submit(Step step, Set<TaskContextImpl> contexts)voidHadoopCompatibleTaskScheduler. submit(Step step, TaskContextImpl context)voidMonoThreadTaskScheduler. submit(Step step, TaskContextImpl context)voidMultiThreadTaskScheduler. submit(Step step, TaskContextImpl context)voidTaskScheduler. submit(Step step, TaskContextImpl context)Submit a context to execute.voidTaskScheduler. submit(Step step, Set<TaskContextImpl> contexts)Submit contexts to execute.voidAbstractTaskScheduler. waitEndOfTasks(Step step)voidClusterCombinedTaskScheduler. waitEndOfTasks(Step step)voidCombinedTaskScheduler. waitEndOfTasks(Step step)voidTaskScheduler. waitEndOfTasks(Step step)Wait the end of the task contexts. -
Uses of Step in fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters
Methods in fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters with parameters of type Step Modifier and Type Method Description voidAbstractClusterTaskScheduler. submit(Step step, TaskContextImpl context) -
Uses of Step in fr.ens.biologie.genomique.eoulsan.core.workflow
Classes in fr.ens.biologie.genomique.eoulsan.core.workflow that implement Step Modifier and Type Class Description classAbstractStepThis class define a step of the workflow.classCommandStepThis class define a step based on a Command object (workflow file).Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return Step Modifier and Type Method Description protected StepAbstractWorkflow. getCheckerStep()Get checker step.StepStepConfigurationContextImpl. getCurrentStep()StepTaskContextImpl. getCurrentStep()StepAbstractWorkflow. getDesignStep()StepAbstractWorkflow. getFirstStep()StepAbstractWorkflow. getRootStep()StepUIStepEvent. getStep()Get the step.Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return types with arguments of type Step Modifier and Type Method Description Set<Step>AbstractWorkflow. getSteps()Methods in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type Step Modifier and Type Method Description ModuleStepInstances. getModule(Step step)Get a module instance.ModuleStepInstances. getModule(Step step, String moduleName, String moduleVersion)Get a step instance.static StringStepOutputDataFile. newStandardFilename(Step step, String portName, DataFormat format, Sample sample, int fileIndex, fr.ens.biologie.genomique.kenetre.io.CompressionType compression)Create a standard filename.voidStepObserver. notifyStepState(Step step, int terminatedTasks, int submittedTasks, double progress)The progress of the step has been changed.voidStepObserver. notifyStepState(Step step, int contextId, String contextName, double progress)The progress of the step for a sample has been changed.voidStepObserver. notifyStepState(Step step, Step.StepState stepState)The status of the step has been changed.voidStepObserver. notifyStepState(Step step, String note)The note of the step has been changed.voidStepObserver. notifyTaskDone(Step step, int contextId)Notify that a task has been done.voidStepObserver. notifyTaskRunning(Step step, int contextId)Notify that a task is running.voidStepObserver. notifyTaskSubmitted(Step step, int contextId)Notify that a task has been submitted.voidStepInstances. registerStep(Step step, Module module)Register a step instance.voidStepInstances. removeStep(Step step)Remove a step instance.Constructors in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type Step Constructor Description UITaskEvent(Step step, fr.ens.biologie.genomique.eoulsan.core.workflow.UITaskEvent.TaskStatusMessage status, int contextId)Constructor. -
Uses of Step in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload
Methods in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload with parameters of type Step Modifier and Type Method Description protected DataFileHadoopUploadModule. getUploadedDataFile(DataFile file, Step step, Sample sample, String portName, DataFormat format, int fileIndex)protected DataFileLocalUploadModule. getUploadedDataFile(DataFile file, Step step, Sample sample, String portName, DataFormat format, int fileIndex)protected abstract DataFileUploadModule. getUploadedDataFile(DataFile file, Step step, Sample sample, String portName, DataFormat format, int fileIndex)Generate the DataFile Object for the uploaded DataFile -
Uses of Step in fr.ens.biologie.genomique.eoulsan.ui
Methods in fr.ens.biologie.genomique.eoulsan.ui with parameters of type Step Modifier and Type Method Description voidBasicUI. notifyStepState(Step step, int terminatedTasks, int submittedTasks, double progress)voidBasicUI. notifyStepState(Step step, int contextId, String contextName, double progress)voidBasicUI. notifyStepState(Step step, Step.StepState stepState)voidBasicUI. notifyStepState(Step step, String note)voidLanternaUI. notifyStepState(Step step, int terminatedTasks, int submittedTasks, double progress)voidLanternaUI. notifyStepState(Step step, int contextId, String contextName, double progress)voidLanternaUI. notifyStepState(Step step, Step.StepState stepState)voidLanternaUI. notifyStepState(Step step, String note)voidNoUI. notifyStepState(Step step, int terminatedTasks, int submittedTasks, double progress)voidNoUI. notifyStepState(Step step, int contextId, String contextName, double progress)voidNoUI. notifyStepState(Step step, Step.StepState stepState)voidNoUI. notifyStepState(Step step, String note)voidBasicUI. notifyTaskDone(Step step, int contextId)voidLanternaUI. notifyTaskDone(Step step, int contextId)voidNoUI. notifyTaskDone(Step step, int contextId)voidBasicUI. notifyTaskRunning(Step step, int contextId)voidLanternaUI. notifyTaskRunning(Step step, int contextId)voidNoUI. notifyTaskRunning(Step step, int contextId)voidBasicUI. notifyTaskSubmitted(Step step, int contextId)voidLanternaUI. notifyTaskSubmitted(Step step, int contextId)voidNoUI. notifyTaskSubmitted(Step step, int contextId)
-