Method Map
Map(Object, Object, IOutputMap)
For every key-value pair input, Map method is executed, to get a more specific and meaningful data.
Declaration
public void Map(object key, object value, IOutputMap context)
Parameters
Type | Name | Description |
---|---|---|
System.Object | key | Key value of cache Entry. |
System.Object | value | Value for the key |
IOutputMap | context | Emitted output value for each key-value pair |