Uses of Class
org.anchoranalysis.experiment.bean.processor.JobProcessor
Packages that use JobProcessor
Package
Description
Generic experiments that handle input and output in structured ways.
How a task is executed on multiple inputs.
-
Uses of JobProcessor in org.anchoranalysis.experiment.bean.io
Methods in org.anchoranalysis.experiment.bean.io that return JobProcessorModifier and TypeMethodDescriptionInputOutputExperiment.getTaskProcessor()
What task is associated with the experiment, and how it is processed.Methods in org.anchoranalysis.experiment.bean.io with parameters of type JobProcessorModifier and TypeMethodDescriptionvoid
InputOutputExperiment.setTaskProcessor
(JobProcessor<T, S> taskProcessor) What task is associated with the experiment, and how it is processed. -
Uses of JobProcessor in org.anchoranalysis.experiment.bean.processor
Subclasses of JobProcessor in org.anchoranalysis.experiment.bean.processorModifier and TypeClassDescriptionclass
DebugDependentProcessor<T extends InputFromManager,
S> Executes different processors depending on whether we are in debug mode or not.class
ParallelProcessor<T extends InputFromManager,
S> Executes jobs in parallel across cores on the system.class
SequentialProcessor<T extends InputFromManager,
S> Executes jobs sequentially, without any parallelism.