public abstract class GridGgfsTaskNoReduceAdapter<T,R> extends GridGgfsTask<T,R>
GridGgfsTask adapter with empty reduce step. Use this adapter in case you are not interested in
results returned by jobs.| Constructor and Description |
|---|
GridGgfsTaskNoReduceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
R |
reduce(List<GridComputeJobResult> results)
Default implementation which will ignore all results sent from execution nodes.
|
createJob, mapresultpublic R reduce(List<GridComputeJobResult> results)
results - Received results of broadcasted remote executions. Note that if task class has
GridComputeTaskNoResultCache annotation, then this list will be empty.null.Copyright © 2014. All rights reserved.