Table of Contents

Class WindowedKeyValue<K, V, TJVMK, TJVMV>

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

KNet implementation of KeyValue<K, V> where the key is Windowed<K>

public sealed class WindowedKeyValue<K, V, TJVMK, TJVMV> : IGenericSerDesFactoryApplier

Type Parameters

K

The key type

V

The value type

TJVMK

The JVM type of K

TJVMV

The JVM type of V

Inheritance
WindowedKeyValue<K, V, TJVMK, TJVMV>
Implements
Inherited Members

Properties

Key

public Windowed<K, TJVMK> Key { get; }

Property Value

Windowed<K, TJVMK>

Value

public V Value { get; }

Property Value

V