| Package | Description |
|---|---|
| com.hazelcast.mapreduce |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
| Modifier and Type | Method and Description |
|---|---|
<ValueOut> ReducingSubmittableJob<EntryKey,KeyIn,ValueOut> |
ReducingJob.reducer(ReducerFactory<KeyIn,ValueIn,ValueOut> reducerFactory)
Defines the
ReducerFactory for this task. |
<ValueOut> ReducingSubmittableJob<EntryKey,KeyIn,ValueOut> |
MappingJob.reducer(ReducerFactory<KeyIn,ValueIn,ValueOut> reducerFactory)
Defines the
ReducerFactory for this task. |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.