Interface IReducer
Apply aggregation and compilation on final result.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IReducer : IDisposable
Name | Description |
---|---|
BeginReduce() | Starting point for initialization of reducer. |
FinishReduce() | Provides final result of map reduce task. |
Reduce(Object) | Reduces the key-value pair to further meaning full pairs. |