public abstract class GridCollectionNoReduceTask<IN> extends GridCollectionTask<IN,Void>
| Modifier | Constructor and Description |
|---|---|
protected |
GridCollectionNoReduceTask(ArgumentCallable<IN,Void> callable) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Void |
apply(IN input) |
Collection<? extends org.gridgain.grid.compute.GridComputeJob> |
split(int gridSize,
Collection<IN> inputs) |
createTaskOutputreduceprotected GridCollectionNoReduceTask(ArgumentCallable<IN,Void> callable)
public Collection<? extends org.gridgain.grid.compute.GridComputeJob> split(int gridSize, Collection<IN> inputs) throws org.gridgain.grid.GridException
split in class GridCollectionInputTask<IN,Collection<Void>,Void>org.gridgain.grid.GridExceptionCopyright © 2016. All Rights Reserved.