Interface IReducerFactory
Implement the interface IReducerFactory and provide implementation for its Create(key)method. Implementing IReducerFactory is optional.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IReducerFactory
Methods
Name | Description |
---|---|
Create(Object) | This method will provide the incoming element with a new instance of the Reducer so that it merges the intermediate key-value pairs from the Combiner. |