Interface IMapper
MapReduce mapper interface generates a set of intermediate key-value pairs for further refining and extraction of the data.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IMapper : IDisposable
Name | Description |
---|---|
Map(Object, Object, IOutputMap) | For every key-value pair input, Map method is executed, to get a more specific and meaningful data. |