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> 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.
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.