KeyIn - key type of the resulting keysValueIn - value type of the incoming valuesValueOut - value type of the reduced values@Deprecated public interface ReducerFactory<KeyIn,ValueIn,ValueOut> extends Serializable
Reducer instances per key.| Modifier and Type | Method and Description | 
|---|---|
| Reducer<ValueIn,ValueOut> | newReducer(KeyIn key)Deprecated.  Build a new  Reducerinstance specific to the supplied key. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.