| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
KeyIn - key type of the resulting keysValueIn - value type of the incoming valuesValueOut - value type of the reduced values@Beta public interface CombinerFactory<KeyIn,ValueIn,ValueOut>
 A CombinerFactory implementation is used to build Combiner instances per key.
 An implementation needs to be serializable by Hazelcast since it is distributed together with
 the Mapper implementation to run alongside.
 
| Method Summary | |
|---|---|
 Combiner<ValueIn,ValueOut> | 
newCombiner(KeyIn key)
Build a new Combiner instance specific to the supplied key. | 
| Method Detail | 
|---|
Combiner<ValueIn,ValueOut> newCombiner(KeyIn key)
Combiner instance specific to the supplied key.
key - key the Combiner is build for
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||