IContextK, V Interface

ScaleOut Software NamedCache API
Helper context type for emitting key value pairs, which is used by mappers and reducers.

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

public interface IContext<K, V>

Type Parameters

K
Key type.
V
Value type.

The IContextK, V type exposes the following members.

Properties

  NameDescription
Public propertyParameterObject
Get the parameter object associated with the MapReduce operation.
Top
Methods

  NameDescription
Public methodEmit
Emits a single key-value pair to be processed further in the MapReduce pipeline.
Top
See Also

Reference