public abstract class AbstractSPMDCallable<I,O>
extends java.lang.Object
implements java.util.concurrent.Callable<O>
| Constructor and Description |
|---|
AbstractSPMDCallable() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract O |
apply(I in,
O out) |
O |
call() |
I |
next() |
void |
reset(java.util.Iterator<I> iter,
O out) |
protected O out