Table of Contents

Class KeyValueMapperForString<K, V, TJVMK, TJVMV>

Namespace
MASES.KNet.Streams.Kstream
Assembly
MASES.KNet.dll
public class KeyValueMapperForString<K, V, TJVMK, TJVMV> : KeyValueMapper<K, V, string, TJVMK, TJVMV, String>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IKeyValueMapper<TJVMK, TJVMV, String>, IJVMBridgeBase, IJVMBridgeDefinition, IGenericSerDesFactoryApplier

Type Parameters

K

key value type

V

first value type

TJVMK

The JVM type of K

TJVMV

The JVM type of V

Inheritance
KeyValueMapper<TJVMK, TJVMV, String>
KeyValueMapper<K, V, string, TJVMK, TJVMV, String>
KeyValueMapperForString<K, V, TJVMK, TJVMV>
Implements
IKeyValueMapper<TJVMK, TJVMV, String>
Derived
Inherited Members

Methods

Apply(TJVMK, TJVMV)

public override String Apply(TJVMK arg0, TJVMV arg1)

Parameters

arg0 TJVMK

K

arg1 TJVMV

V

Returns

String

String