Table of Contents

Class ValueAndTimestamp<V, TJVMV>

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

KNet Implementation of ValueAndTimestamp<V>

public class ValueAndTimestamp<V, TJVMV> : IGenericSerDesFactoryApplier

Type Parameters

V

The value type

TJVMV

The JVM type of V

Inheritance
ValueAndTimestamp<V, TJVMV>
Implements
Inherited Members

Properties

DateTime

public DateTime DateTime { get; }

Property Value

DateTime

DateTime

Timestamp

public long Timestamp { get; }

Property Value

long

long

Value

public V Value { get; }

Property Value

V

V