Table of Contents

Class Suppressed<K, TJVMK>

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

KNet extension of Suppressed<K>

public class Suppressed<K, TJVMK> : IGenericSerDesFactoryApplier

Type Parameters

K
TJVMK

The JVM type of K

Inheritance
Suppressed<K, TJVMK>
Implements
Derived
Inherited Members

Methods

UntilTimeLimit(TimeSpan, BufferConfig)

public static Suppressed<K, TJVMK> UntilTimeLimit(TimeSpan arg0, Suppressed.BufferConfig arg1)

Parameters

arg0 TimeSpan

TimeSpan

arg1 Suppressed.BufferConfig

Suppressed.BufferConfig

Returns

Suppressed<K, TJVMK>

Suppressed<K, TJVMK>

UntilWindowCloses(StrictBufferConfig)

public static Suppressed<Windowed, Windowed> UntilWindowCloses(Suppressed.StrictBufferConfig arg0)

Parameters

arg0 Suppressed.StrictBufferConfig

Suppressed.StrictBufferConfig

Returns

Suppressed<Windowed, Windowed>

Suppressed<K, TJVMK> with Windowed

Operators

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

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

Parameters

t Suppressed<K, TJVMK>

Returns

Suppressed<TJVMK>