Interface IReducerFactory
Assigns a unique Reducer for each provided key. Implementing IReducerFactory is optional.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IReducerFactory
Name | Description |
---|---|
Create(Object) | Provides incoming element with a new instance of Reducer to merge intermediate key-value pairs from Combiner. |