I - the type of the input processed by the input processorsP - the type of the input processors produced by this factorypublic interface InputProcessorFactory<I,P extends InputProcessor<I>> extends Interrupter
ConcurrentComputation to process
the input concurrently by independent workers. In this case, an engine will
be created for every worker. This allows one to store some worker-local
objects in engines as well as shared objects to obtain an optimal performance
of the computation.| Modifier and Type | Method and Description |
|---|---|
void |
finish()
a hook function to be called when all jobs are successfully processed
|
P |
getEngine() |
isInterrupted, setInterruptP getEngine()
void finish()
Copyright © 2011-2015 Department of Computer Science, University of Oxford. All Rights Reserved.