Uses of Class
org.anchoranalysis.experiment.task.NoSharedState
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.bean.task |
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
|
| org.anchoranalysis.experiment.task |
Non-bean classes related to a
Task. |
-
Uses of NoSharedState in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task that return NoSharedState Modifier and Type Method Description NoSharedStateTaskWithoutSharedState. beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters)Methods in org.anchoranalysis.experiment.bean.task with parameters of type NoSharedState Modifier and Type Method Description voidTaskWithoutSharedState. afterAllJobsAreExecuted(NoSharedState sharedState, InputOutputContext context) -
Uses of NoSharedState in org.anchoranalysis.experiment.task
Fields in org.anchoranalysis.experiment.task declared as NoSharedState Modifier and Type Field Description static NoSharedStateNoSharedState. INSTANCEA singleton instance.