Table of Contents

Class Windowed<K, TJVMK>

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

KNet implementation of Windowed<K>

public class Windowed<K, TJVMK> : IGenericSerDesFactoryApplier

Type Parameters

K

The key type

TJVMK

The JVM type of K

Inheritance
Windowed<K, TJVMK>
Implements
Inherited Members

Properties

Key

public K Key { get; }

Property Value

K

K

Window

public Window Window { get; }

Property Value

Window

Window

Operators

implicit operator Windowed<TJVMK>(Windowed<K, TJVMK>)

Converter from Windowed<K, TJVMK> to Windowed<K>

public static implicit operator Windowed<TJVMK>(Windowed<K, TJVMK> t)

Parameters

t Windowed<K, TJVMK>

Returns

Windowed<TJVMK>