Table of Contents

Class StreamJoined

Namespace
Org.Apache.Kafka.Streams.Kstream
Assembly
MASES.KNet.dll
public class StreamJoined : JVMBridgeBase<StreamJoined>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<StreamJoined>
StreamJoined
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<StreamJoined>.IsAssignableFrom(IJavaType)
JVMBridgeBase<StreamJoined>.IsAssignableFrom<T>()
JVMBridgeBase<StreamJoined>.Execute<T>(params T[])
JVMBridgeBase<StreamJoined>.DynBridgeClazz
JVMBridgeBase<StreamJoined>.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 As(String arg0)

Parameters

arg0 String

String

Returns

StreamJoined

StreamJoined

With(Serde, Serde, Serde)

public static StreamJoined With(Serde arg0, Serde arg1, Serde arg2)

Parameters

arg0 Serde

Serde

arg1 Serde

Serde

arg2 Serde

Serde

Returns

StreamJoined

StreamJoined

With(DslStoreSuppliers)

public static StreamJoined With(DslStoreSuppliers arg0)

Parameters

arg0 DslStoreSuppliers

DslStoreSuppliers

Returns

StreamJoined

StreamJoined

With(WindowBytesStoreSupplier, WindowBytesStoreSupplier)

public static StreamJoined With(WindowBytesStoreSupplier arg0, WindowBytesStoreSupplier arg1)

Parameters

arg0 WindowBytesStoreSupplier

WindowBytesStoreSupplier

arg1 WindowBytesStoreSupplier

WindowBytesStoreSupplier

Returns

StreamJoined

StreamJoined

WithDslStoreSuppliers(DslStoreSuppliers)

public StreamJoined WithDslStoreSuppliers(DslStoreSuppliers arg0)

Parameters

arg0 DslStoreSuppliers

DslStoreSuppliers

Returns

StreamJoined

StreamJoined

WithKeySerde(Serde)

public StreamJoined WithKeySerde(Serde arg0)

Parameters

arg0 Serde

Serde

Returns

StreamJoined

StreamJoined

WithLoggingDisabled()

public StreamJoined WithLoggingDisabled()

Returns

StreamJoined

StreamJoined

WithLoggingEnabled(Map)

public StreamJoined WithLoggingEnabled(Map arg0)

Parameters

arg0 Map

Map

Returns

StreamJoined

StreamJoined

WithOtherStoreSupplier(WindowBytesStoreSupplier)

public StreamJoined WithOtherStoreSupplier(WindowBytesStoreSupplier arg0)

Parameters

arg0 WindowBytesStoreSupplier

WindowBytesStoreSupplier

Returns

StreamJoined

StreamJoined

WithOtherValueSerde(Serde)

public StreamJoined WithOtherValueSerde(Serde arg0)

Parameters

arg0 Serde

Serde

Returns

StreamJoined

StreamJoined

WithStoreName(String)

public StreamJoined WithStoreName(String arg0)

Parameters

arg0 String

String

Returns

StreamJoined

StreamJoined

WithThisStoreSupplier(WindowBytesStoreSupplier)

public StreamJoined WithThisStoreSupplier(WindowBytesStoreSupplier arg0)

Parameters

arg0 WindowBytesStoreSupplier

WindowBytesStoreSupplier

Returns

StreamJoined

StreamJoined

WithValueSerde(Serde)

public StreamJoined WithValueSerde(Serde arg0)

Parameters

arg0 Serde

Serde

Returns

StreamJoined

StreamJoined