Table of Contents

Class TableJoined<K, KO, TJVMK, TJVMKO>

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

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
Inherited Members

Methods

As(string)

public static TableJoined<K, KO, TJVMK, TJVMKO> As(string arg0)

Parameters

arg0 string

string

Returns

TableJoined<K, KO, TJVMK, TJVMKO>

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>

StreamPartitionerNoValue<K>

arg1 StreamPartitionerNoValue<KO, TJVMKO>

StreamPartitionerNoValue<K>

Returns

TableJoined<K, KO, TJVMK, TJVMKO>

TableJoined<K, KO>

WithOtherPartitioner(StreamPartitionerNoValue<KO, TJVMKO>)

public TableJoined<K, KO, TJVMK, TJVMKO> WithOtherPartitioner(StreamPartitionerNoValue<KO, TJVMKO> arg0)

Parameters

arg0 StreamPartitionerNoValue<KO, TJVMKO>

StreamPartitionerNoValue<K, TJVMK>

Returns

TableJoined<K, KO, TJVMK, TJVMKO>

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>

StreamPartitionerNoValue<K, TJVMK>

Returns

TableJoined<K, KO, TJVMK, TJVMKO>

TableJoined<K, KO, TJVMK, TJVMKO>

Operators

implicit operator TableJoined<TJVMK, TJVMKO>(TableJoined<K, KO, TJVMK, TJVMKO>)

public static implicit operator TableJoined<TJVMK, TJVMKO>(TableJoined<K, KO, TJVMK, TJVMKO> t)

Parameters

t TableJoined<K, KO, TJVMK, TJVMKO>

Returns

TableJoined<TJVMK, TJVMKO>