KeyIn - key type of the resulting keysValueIn - value type of the incoming valuesValueOut - value type of the reduced values@Deprecated public interface CombinerFactory<KeyIn,ValueIn,ValueOut> extends Serializable
 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.
 
| Modifier and Type | Method and Description | 
|---|---|
| Combiner<ValueIn,ValueOut> | newCombiner(KeyIn key)Deprecated.  Build a new  Combinerinstance specific to the supplied key. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.