Table of Contents

Class TimestampedWindowStore<K, V>

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

KNet implementation of ReadOnlyWindowStore<K, V>

public class TimestampedWindowStore<K, V> : TimestampedWindowStore<K, V, byte[], byte[]>, IManagedStore<ReadOnlyWindowStore<byte[], ValueAndTimestamp<byte[]>>>, IGenericSerDesFactoryApplier

Type Parameters

K

The key type

V

The value type

Inheritance
TimestampedWindowStore<K, V>
Implements
Inherited Members