public class GridCollectionTask<IN,OUT> extends GridCollectionInputTask<IN,Collection<OUT>,OUT>
| Constructor and Description |
|---|
GridCollectionTask(ArgumentCallable<IN,OUT> callable) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<OUT> |
createTaskOutput(Collection<OUT> jobResults) |
reduce, splitpublic GridCollectionTask(ArgumentCallable<IN,OUT> callable)
protected Collection<OUT> createTaskOutput(Collection<OUT> jobResults)
createTaskOutput in class GridCollectionInputTask<IN,Collection<OUT>,OUT>Copyright © 2016. All Rights Reserved.