Table of Contents

Class TimestampedKeyValue<K, V, TJVMK, TJVMV>

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

KNet implementation of ValueAndTimestamp<V>

public sealed class TimestampedKeyValue<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
TimestampedKeyValue<K, V, TJVMK, TJVMV>
Implements
Inherited Members

Properties

Key

public K Key { get; }

Property Value

K

Value

public ValueAndTimestamp<V, TJVMV> Value { get; }

Property Value

ValueAndTimestamp<V, TJVMV>