Class TableJoined<K, KO, TJVMK, TJVMKO>
KNet extension of TableJoined<K, KO>
public class TableJoined<K, KO, TJVMK, TJVMKO> : IGenericSerDesFactoryApplier
Type Parameters
K
KO
TJVMK
The JVM type of
K
TJVMKO
The JVM type of
KO
- Inheritance
-
TableJoined<K, KO, TJVMK, TJVMKO>
- Implements
- Derived
-
TableJoined<K, KO>
- Inherited Members
Methods
As(string)
public static TableJoined<K, KO, TJVMK, TJVMKO> As(string arg0)
Parameters
Returns
- TableJoined<K, KO, TJVMK, TJVMKO>
With(StreamPartitionerNoValue<K, TJVMK>, StreamPartitionerNoValue<KO, TJVMKO>)
public static TableJoined<K, KO, TJVMK, TJVMKO> With(StreamPartitionerNoValue<K, TJVMK> arg0, StreamPartitionerNoValue<KO, TJVMKO> arg1)
Parameters
arg0
StreamPartitionerNoValue<K, TJVMK>arg1
StreamPartitionerNoValue<KO, TJVMKO>
Returns
- TableJoined<K, KO, TJVMK, TJVMKO>
WithOtherPartitioner(StreamPartitionerNoValue<KO, TJVMKO>)
public TableJoined<K, KO, TJVMK, TJVMKO> WithOtherPartitioner(StreamPartitionerNoValue<KO, TJVMKO> arg0)
Parameters
arg0
StreamPartitionerNoValue<KO, TJVMKO>
Returns
- TableJoined<K, KO, TJVMK, TJVMKO>
WithPartitioner(StreamPartitionerNoValue<K, TJVMK>)
public TableJoined<K, KO, TJVMK, TJVMKO> WithPartitioner(StreamPartitionerNoValue<K, TJVMK> arg0)
Parameters
arg0
StreamPartitionerNoValue<K, TJVMK>
Returns
- TableJoined<K, KO, TJVMK, TJVMKO>
Operators
implicit operator TableJoined<TJVMK, TJVMKO>(TableJoined<K, KO, TJVMK, TJVMKO>)
Converter from TableJoined<K, KO, TJVMK, TJVMKO> to TableJoined<K, KO>
public static implicit operator TableJoined<TJVMK, TJVMKO>(TableJoined<K, KO, TJVMK, TJVMKO> t)
Parameters
t
TableJoined<K, KO, TJVMK, TJVMKO>
Returns
- TableJoined<TJVMK, TJVMKO>