public abstract class CountingTaskFactory<I,O> extends TaskFactory<I,O>
| Constructor and Description |
|---|
CountingTaskFactory() |
| Modifier and Type | Method and Description |
|---|---|
Callable<O> |
create(I input)
Generates a Callable task for an ExecutorService to process @param input.
|
O |
process(I input,
int index)
The actual processing on the given @param input;
override to define a task to be performed over @param input.
|
processCopyright © 2015–2021 Fiji. All rights reserved.