Class CountingMaterialized<K, TJVMK>
KNet extension of Materialized<K, V, TJVMK, TJVMV, TContainer>
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
-
IKNetMaterialized<TJVMK, Long>
- Inherited Members
Methods
With(ISerDes<K, TJVMK>)
public static CountingMaterialized<K, TJVMK> With(ISerDes<K, TJVMK> arg0)
Parameters
arg0
ISerDes<K, TJVMK>
Returns
WithValueSerde(ISerDes<long, Long>)
public CountingMaterialized<K, TJVMK> WithValueSerde(ISerDes<long, Long> arg0)