ReducerMK, MV, OK, OVReduce Method

ScaleOut Software NamedCache API
Performs the reduce step for single key and the list of values for that key.

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

public abstract void Reduce(
	MK key,
	IEnumerable<MV> values,
	IContext<OK, OV> context
)

Parameters

key
Type: MK
Key to process.
values
Type: System.Collections.GenericIEnumerableMV
Values to process.
context
Type: Soss.Client.Concurrent.MapReduceIContextOK, OV
Context for emitting output key-value pairs.
See Also

Reference