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 TypeMethodDescriptionvoidInputOutputExperiment.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 TypeClassDescriptionclassDebugDependentProcessor<T extends InputFromManager,S> Executes different processors depending on whether we are in debug mode or not.classParallelProcessor<T extends InputFromManager,S> Executes jobs in parallel across cores on the system.classSequentialProcessor<T extends InputFromManager,S> Executes jobs sequentially, without any parallelism.