Uses of Interface
com.hazelcast.mapreduce.ReducerFactory

Packages that use ReducerFactory
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. 
 

Uses of ReducerFactory in com.hazelcast.mapreduce
 

Methods in com.hazelcast.mapreduce with parameters of type ReducerFactory
<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.