Interface IOutputMap
Interface to emit data into more specific and meaning ful key-value pair.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IOutputMap
Emit(Object, Object)
Transforms the input by emitting each word with a key-value pair in Mapper.
Declaration
void Emit(object key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | key | key |
System.Object | value | Value |