Table of Contents

Class SessionWindowedKStream<K, V>

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

Type Parameters

K
V
Inheritance
SessionWindowedKStream<K, V>
Implements
Inherited Members

Constructors

SessionWindowedKStream()

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

public SessionWindowedKStream()

SessionWindowedKStream(SessionWindowedKStream<K, V>)

public SessionWindowedKStream(SessionWindowedKStream<K, V> inner)

Parameters

inner SessionWindowedKStream<K, V>

SessionWindowedKStream

SessionWindowedKStream(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 SessionWindowedKStream(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

Count(Materialized<K, object, SessionStore<Bytes, byte[]>>)

public KTable<Windowed<K>, object> Count(Materialized<K, object, SessionStore<Bytes, byte[]>> materialized)

Parameters

materialized Materialized<K, object, SessionStore<Bytes, byte[]>>

Materialized

Returns

KTable<Windowed<K>, object>

KTable

Count(Named, Materialized<K, object, SessionStore<Bytes, byte[]>>)

public KTable<Windowed<K>, object> Count(Named named, Materialized<K, object, SessionStore<Bytes, byte[]>> materialized)

Parameters

named Named

Named

materialized Materialized<K, object, SessionStore<Bytes, byte[]>>

Materialized

Returns

KTable<Windowed<K>, object>

KTable

Inner()

public SessionWindowedKStream<K, V> Inner()

Returns

SessionWindowedKStream<K, V>

SessionWindowedKStream

Operators

implicit operator SessionWindowedKStream(SessionWindowedKStream<K, V>)

public static implicit operator SessionWindowedKStream(SessionWindowedKStream<K, V> t)

Parameters

t SessionWindowedKStream<K, V>

Returns

SessionWindowedKStream