Table of Contents

Class CountingMaterialized<K, TJVMK>

Namespace
MASES.KNet.Streams.Kstream
Assembly
MASES.KNet.dll
public sealed class CountingMaterialized<K, TJVMK> : Materialized<K, long, TJVMK, Long, CountingMaterialized<K, TJVMK>>, IGenericSerDesFactoryApplier, IKNetMaterialized<TJVMK, Long>

Type Parameters

K
TJVMK

Key JVM type

Inheritance
CountingMaterialized<K, TJVMK>
Implements
Inherited Members

Methods

With(ISerDes<K, TJVMK>)

public static CountingMaterialized<K, TJVMK> With(ISerDes<K, TJVMK> arg0)

Parameters

arg0 ISerDes<K, TJVMK>

ISerDes<T, TJVMT>

Returns

CountingMaterialized<K, TJVMK>

Materialized<K, V, TJVMK>

WithValueSerde(ISerDes<long, Long>)

public CountingMaterialized<K, TJVMK> WithValueSerde(ISerDes<long, Long> arg0)

Parameters

arg0 ISerDes<long, Long>

ISerDes<T, TJVMT>

Returns

CountingMaterialized<K, TJVMK>

Materialized<K, V, TJVMK>