Table of Contents

Class StreamJoined<K, V1, V2>

Namespace
Org.Apache.Kafka.Streams.Kstream
Assembly
MASES.KNet.dll
public class StreamJoined<K, V1, V2> : JVMBridgeBase<StreamJoined<K, V1, V2>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

K
V1
V2
Inheritance
StreamJoined<K, V1, V2>
Implements
Inherited Members

Constructors

StreamJoined()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public StreamJoined()

StreamJoined(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public StreamJoined(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

As(String)

public static StreamJoined<K, V1, V2> As(String arg0)

Parameters

arg0 String

String

Returns

StreamJoined<K, V1, V2>

StreamJoined

With(Serde<K>, Serde<V1>, Serde<V2>)

public static StreamJoined<K, V1, V2> With(Serde<K> arg0, Serde<V1> arg1, Serde<V2> arg2)

Parameters

arg0 Serde<K>

Serde

arg1 Serde<V1>

Serde

arg2 Serde<V2>

Serde

Returns

StreamJoined<K, V1, V2>

StreamJoined

With(DslStoreSuppliers)

public static StreamJoined<K, V1, V2> With(DslStoreSuppliers arg0)

Parameters

arg0 DslStoreSuppliers

DslStoreSuppliers

Returns

StreamJoined<K, V1, V2>

StreamJoined

With(WindowBytesStoreSupplier, WindowBytesStoreSupplier)

public static StreamJoined<K, V1, V2> With(WindowBytesStoreSupplier arg0, WindowBytesStoreSupplier arg1)

Parameters

arg0 WindowBytesStoreSupplier

WindowBytesStoreSupplier

arg1 WindowBytesStoreSupplier

WindowBytesStoreSupplier

Returns

StreamJoined<K, V1, V2>

StreamJoined

WithDslStoreSuppliers(DslStoreSuppliers)

public StreamJoined<K, V1, V2> WithDslStoreSuppliers(DslStoreSuppliers arg0)

Parameters

arg0 DslStoreSuppliers

DslStoreSuppliers

Returns

StreamJoined<K, V1, V2>

StreamJoined

WithKeySerde(Serde<K>)

public StreamJoined<K, V1, V2> WithKeySerde(Serde<K> arg0)

Parameters

arg0 Serde<K>

Serde

Returns

StreamJoined<K, V1, V2>

StreamJoined

WithLoggingDisabled()

public StreamJoined<K, V1, V2> WithLoggingDisabled()

Returns

StreamJoined<K, V1, V2>

StreamJoined

WithLoggingEnabled(Map<String, String>)

public StreamJoined<K, V1, V2> WithLoggingEnabled(Map<String, String> arg0)

Parameters

arg0 Map<String, String>

Map

Returns

StreamJoined<K, V1, V2>

StreamJoined

WithOtherStoreSupplier(WindowBytesStoreSupplier)

public StreamJoined<K, V1, V2> WithOtherStoreSupplier(WindowBytesStoreSupplier arg0)

Parameters

arg0 WindowBytesStoreSupplier

WindowBytesStoreSupplier

Returns

StreamJoined<K, V1, V2>

StreamJoined

WithOtherValueSerde(Serde<V2>)

public StreamJoined<K, V1, V2> WithOtherValueSerde(Serde<V2> arg0)

Parameters

arg0 Serde<V2>

Serde

Returns

StreamJoined<K, V1, V2>

StreamJoined

WithStoreName(String)

public StreamJoined<K, V1, V2> WithStoreName(String arg0)

Parameters

arg0 String

String

Returns

StreamJoined<K, V1, V2>

StreamJoined

WithThisStoreSupplier(WindowBytesStoreSupplier)

public StreamJoined<K, V1, V2> WithThisStoreSupplier(WindowBytesStoreSupplier arg0)

Parameters

arg0 WindowBytesStoreSupplier

WindowBytesStoreSupplier

Returns

StreamJoined<K, V1, V2>

StreamJoined

WithValueSerde(Serde<V1>)

public StreamJoined<K, V1, V2> WithValueSerde(Serde<V1> arg0)

Parameters

arg0 Serde<V1>

Serde

Returns

StreamJoined<K, V1, V2>

StreamJoined

Operators

implicit operator StreamJoined(StreamJoined<K, V1, V2>)

public static implicit operator StreamJoined(StreamJoined<K, V1, V2> t)

Parameters

t StreamJoined<K, V1, V2>

Returns

StreamJoined