Uses of Interface
com.hazelcast.mapreduce.CombinerFactory

Packages that use CombinerFactory
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 CombinerFactory in com.hazelcast.mapreduce
 

Methods in com.hazelcast.mapreduce with parameters of type CombinerFactory
<ValueOut> ReducingJob<EntryKey,KeyIn,ValueOut>
MappingJob.combiner(CombinerFactory<KeyIn,ValueIn,ValueOut> combinerFactory)
          Defines the CombinerFactory for this task.
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.