Uses of Class
org.anchoranalysis.experiment.task.NoSharedState
Packages that use NoSharedState
Package
Description
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
Non-bean classes related to a
Task.-
Uses of NoSharedState in org.anchoranalysis.experiment.bean.task
Subclasses with type arguments of type NoSharedState in org.anchoranalysis.experiment.bean.taskModifier and TypeClassDescriptionclassTaskWithoutSharedState<T extends InputFromManager>A particular type of task that doesn't share-state between running jobsMethods in org.anchoranalysis.experiment.bean.task that return NoSharedStateModifier and TypeMethodDescriptionfinal NoSharedStateTaskWithoutSharedState.beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) Methods in org.anchoranalysis.experiment.bean.task with parameters of type NoSharedStateModifier and TypeMethodDescriptionfinal voidTaskWithoutSharedState.afterAllJobsAreExecuted(NoSharedState sharedState, InputOutputContext context) -
Uses of NoSharedState in org.anchoranalysis.experiment.task
Fields in org.anchoranalysis.experiment.task declared as NoSharedStateModifier and TypeFieldDescriptionstatic final NoSharedStateNoSharedState.INSTANCEA singleton instance.