Table of Contents

Class KeyValueMapper<K, V, VR, TJVMK, TJVMV, TJVMVR>

Namespace
MASES.KNet.Streams.Kstream
Assembly
MASES.KNet.dll

KNet extension of KeyValueMapper<K, V, VR>

public class KeyValueMapper<K, V, VR, TJVMK, TJVMV, TJVMVR> : KeyValueMapper<TJVMK, TJVMV, TJVMVR>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IKeyValueMapper<TJVMK, TJVMV, TJVMVR>, IJVMBridgeBase, IJVMBridgeDefinition, IGenericSerDesFactoryApplier

Type Parameters

K

key value type

V

first value type

VR

joined value type

TJVMK

The JVM type of K

TJVMV

The JVM type of V

TJVMVR

The JVM type of VR

Inheritance
KeyValueMapper<TJVMK, TJVMV, TJVMVR>
KeyValueMapper<K, V, VR, TJVMK, TJVMV, TJVMVR>
Implements
IKeyValueMapper<TJVMK, TJVMV, TJVMVR>
Derived
Inherited Members

Properties

Factory

Returns the current IGenericSerDesFactory

protected IGenericSerDesFactory Factory { get; }

Property Value

IGenericSerDesFactory

OnApply

public Func<K, V, VR> OnApply { get; set; }

Property Value

Func<K, V, VR>

Remarks

If OnApply has a value it takes precedence over corresponding class method

Methods

Apply(K, V)

public virtual VR Apply(K arg0, V arg1)

Parameters

arg0 K

K

arg1 V

V

Returns

VR

VR

Apply(TJVMK, TJVMV)

public override TJVMVR Apply(TJVMK arg0, TJVMV arg1)

Parameters

arg0 TJVMK

K

arg1 TJVMV

V

Returns

TJVMVR

VR