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. |
com.hazelcast.mapreduce.aggregation |
This package contains the aggregation API and the convenience helper classes
to retrieve predefined aggregation implementations.
|
Modifier and Type | Method and Description |
---|---|
<ValueOut> ReducingSubmittableJob<EntryKey,KeyIn,ValueOut> |
MappingJob.reducer(ReducerFactory<? super KeyIn,? super ValueIn,? extends ValueOut> reducerFactory)
Deprecated.
Defines the
ReducerFactory for this task. |
<ValueOut> ReducingSubmittableJob<EntryKey,KeyIn,ValueOut> |
ReducingJob.reducer(ReducerFactory<KeyIn,ValueIn,ValueOut> reducerFactory)
Deprecated.
Defines the
ReducerFactory for this task. |
Modifier and Type | Method and Description |
---|---|
ReducerFactory |
Aggregation.getReducerFactory()
Deprecated.
Returns the ReducerFactory for this aggregation.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.