See: Description
| Interface | Description |
|---|---|
| ConcurrentProcessor |
Executes jobs in parallel and returns their results iterator-style.
|
| InputProducer<V> |
Source of the input data.
|
| WorkUnit |
A
Callable which returns a result in function of an input. |
| WorkUnitFactory |
Produces reusable
WorkUnit instances. |