Class AggregatorMapper
Aggregator mapper interface generates a set of intermediate key-value pairs for further refining and extraction of the data.
Inheritance
System.Object
AggregatorMapper
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public class AggregatorMapper : IMapper
Name | Description |
---|---|
AggregatorMapper(IValueExtractor) | Constructor to initialize instance of class. |
Name | Description |
---|---|
Dispose() | Disposes the instance |
Map(Object, Object, IOutputMap) | For every key-value pair input, Map method is executed, to get a more specific and meaningful data. |