public abstract class IgfsTaskNoReduceAdapter<T,R> extends IgfsTask<T,R>
IgfsTask adapter with empty reduce step. Use this adapter in case you are not interested in
results returned by jobs.| Constructor and Description |
|---|
IgfsTaskNoReduceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
R |
reduce(List<ComputeJobResult> results)
Default implementation which will ignore all results sent from execution nodes.
|
resultpublic R reduce(List<ComputeJobResult> results)
results - Received results of broadcasted remote executions. Note that if task class has
ComputeTaskNoResultCache annotation, then this list will be empty.null.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016