Table of Contents

Class WindowedSerdes.SessionWindowedSerde<T>

Namespace
Org.Apache.Kafka.Streams.Kstream
Assembly
MASES.KNet.dll
public class WindowedSerdes.SessionWindowedSerde<T> : Serdes.WrapperSerde<Windowed<T>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition

Type Parameters

T
Inheritance
WindowedSerdes.SessionWindowedSerde<T>
Implements
Inherited Members

Constructors

SessionWindowedSerde()

public SessionWindowedSerde()

SessionWindowedSerde(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SessionWindowedSerde(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

SessionWindowedSerde(Serde<T>)

public SessionWindowedSerde(Serde<T> arg0)

Parameters

arg0 Serde<T>

Serde

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 java.lang.AutoCloseable

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

CreatePoolableInstance()

HPA initializer for SessionWindowedSerde()

public static WindowedSerdes.SessionWindowedSerde<T> CreatePoolableInstance()

Returns

WindowedSerdes.SessionWindowedSerde<T>

CreatePoolableInstance(Serde<T>)

HPA initializer for SessionWindowedSerde(Org.Apache.Kafka.Common.Serialization.Serde%3CT%3E arg0)

public static WindowedSerdes.SessionWindowedSerde<T> CreatePoolableInstance(Serde<T> arg0)

Parameters

arg0 Serde<T>

Returns

WindowedSerdes.SessionWindowedSerde<T>

Operators

implicit operator SessionWindowedSerde(SessionWindowedSerde<T>)

public static implicit operator WindowedSerdes.SessionWindowedSerde(WindowedSerdes.SessionWindowedSerde<T> t)

Parameters

t WindowedSerdes.SessionWindowedSerde<T>

Returns

WindowedSerdes.SessionWindowedSerde