MapperIK, IV, MK, MVMap Method

ScaleOut Software NamedCache API
Performs the map operation for a key-value pair.

Namespace:  Soss.Client.Concurrent.MapReduce
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public abstract void Map(
	IK key,
	IV value,
	IContext<MK, MV> context
)

Parameters

key
Type: IK
Key to process.
value
Type: IV
Value to process.
context
Type: Soss.Client.Concurrent.MapReduceIContextMK, MV
Context for emitting intermediate key-value pairs
See Also

Reference