Class Produced<K, V, TJVMK, TJVMV>
KNet extension of Produced<K, V>
public class Produced<K, V, TJVMK, TJVMV> : IGenericSerDesFactoryApplier
Type Parameters
K
V
TJVMK
The JVM type of
K
TJVMV
The JVM type of
V
- Inheritance
-
Produced<K, V, TJVMK, TJVMV>
- Implements
- Derived
- Inherited Members
Methods
As(string)
public static Produced<K, V, TJVMK, TJVMV> As(string arg0)
Parameters
Returns
- Produced<K, V, TJVMK, TJVMV>
KeySerde(ISerDes<K, TJVMK>)
public static Produced<K, V, TJVMK, TJVMV> KeySerde(ISerDes<K, TJVMK> arg0)
Parameters
arg0
ISerDes<K, TJVMK>
Returns
- Produced<K, V, TJVMK, TJVMV>
StreamPartitioner(StreamPartitioner<K, V, TJVMK, TJVMV>)
public static Produced<K, V, TJVMK, TJVMV> StreamPartitioner(StreamPartitioner<K, V, TJVMK, TJVMV> arg0)
Parameters
arg0
StreamPartitioner<K, V, TJVMK, TJVMV>
Returns
- Produced<K, V, TJVMK, TJVMV>
ValueSerde(ISerDes<V, TJVMV>)
public static Produced<K, V, TJVMK, TJVMV> ValueSerde(ISerDes<V, TJVMV> arg0)
Parameters
arg0
ISerDes<V, TJVMV>
Returns
- Produced<K, V, TJVMK, TJVMV>
With(ISerDes<K, TJVMK>, ISerDes<V, TJVMV>)
public static Produced<K, V, TJVMK, TJVMV> With(ISerDes<K, TJVMK> arg0, ISerDes<V, TJVMV> arg1)
Parameters
Returns
- Produced<K, V, TJVMK, TJVMV>
With(ISerDes<K, TJVMK>, ISerDes<V, TJVMV>, StreamPartitioner<K, V, TJVMK, TJVMV>)
public static Produced<K, V, TJVMK, TJVMV> With(ISerDes<K, TJVMK> arg0, ISerDes<V, TJVMV> arg1, StreamPartitioner<K, V, TJVMK, TJVMV> arg2)
Parameters
arg0
ISerDes<K, TJVMK>arg1
ISerDes<V, TJVMV>arg2
StreamPartitioner<K, V, TJVMK, TJVMV>
Returns
- Produced<K, V, TJVMK, TJVMV>
WithKeySerde(ISerDes<K, TJVMK>)
public Produced<K, V, TJVMK, TJVMV> WithKeySerde(ISerDes<K, TJVMK> arg0)
Parameters
arg0
ISerDes<K, TJVMK>
Returns
- Produced<K, V, TJVMK, TJVMV>
WithStreamPartitioner(StreamPartitioner<K, V, TJVMK, TJVMV>)
public Produced<K, V, TJVMK, TJVMV> WithStreamPartitioner(StreamPartitioner<K, V, TJVMK, TJVMV> arg0)
Parameters
arg0
StreamPartitioner<K, V, TJVMK, TJVMV>
Returns
- Produced<K, V, TJVMK, TJVMV>
WithValueSerde(ISerDes<V, TJVMV>)
public Produced<K, V, TJVMK, TJVMV> WithValueSerde(ISerDes<V, TJVMV> arg0)
Parameters
arg0
ISerDes<V, TJVMV>
Returns
- Produced<K, V, TJVMK, TJVMV>
Operators
implicit operator Produced<TJVMK, TJVMV>(Produced<K, V, TJVMK, TJVMV>)
Converter from Produced<K, V, TJVMK, TJVMV> to Produced<K, V>
public static implicit operator Produced<TJVMK, TJVMV>(Produced<K, V, TJVMK, TJVMV> t)
Parameters
t
Produced<K, V, TJVMK, TJVMV>
Returns
- Produced<TJVMK, TJVMV>