Class KeyValueMapper<K, V, VR, TJVMK, TJVMV, TJVMVR>
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
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
KK
arg1
VV
Returns
- VR
VR
Apply(TJVMK, TJVMV)
public override TJVMVR Apply(TJVMK arg0, TJVMV arg1)
Parameters
arg0
TJVMKK
arg1
TJVMVV
Returns
- TJVMVR
VR