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
JVMBridgeBase
JVMBridgeBase<StreamJoined<K, V1, V2>>
StreamJoined<K, V1, V2>
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<StreamJoined<K, V1, V2>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<StreamJoined<K, V1, V2>>.IsAssignableFrom<T>()
JVMBridgeBase<StreamJoined<K, V1, V2>>.Execute<T>(params T[])
JVMBridgeBase<StreamJoined<K, V1, V2>>.DynBridgeClazz
JVMBridgeBase<StreamJoined<K, V1, V2>>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

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

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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