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