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.
|
result
public 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 Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019