Table of Contents

Class CogroupedKStream<KIn, VOut>

Namespace
Org.Apache.Kafka.Streams.Scala.Kstream
Assembly
MASES.KNet.dll
public class CogroupedKStream<KIn, VOut> : JVMBridgeBase<CogroupedKStream<KIn, VOut>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition

Type Parameters

KIn
VOut
Inheritance
CogroupedKStream<KIn, VOut>
Implements

Constructors

CogroupedKStream(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 CogroupedKStream(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

CogroupedKStream(CogroupedKStream<KIn, VOut>)

public CogroupedKStream(CogroupedKStream<KIn, VOut> inner)

Parameters

inner CogroupedKStream<KIn, VOut>

CogroupedKStream

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(CogroupedKStream<KIn, VOut>)

HPA initializer for CogroupedKStream(Org.Apache.Kafka.Streams.Kstream.CogroupedKStream%3CKIn, VOut%3E inner)

public static CogroupedKStream<KIn, VOut> CreatePoolableInstance(CogroupedKStream<KIn, VOut> inner)

Parameters

inner CogroupedKStream<KIn, VOut>

Returns

CogroupedKStream<KIn, VOut>

Inner()

public CogroupedKStream<KIn, VOut> Inner()

Returns

CogroupedKStream<KIn, VOut>

CogroupedKStream

WindowedBy(SessionWindows)

public SessionWindowedCogroupedKStream<KIn, VOut> WindowedBy(SessionWindows windows)

Parameters

windows SessionWindows

SessionWindows

Returns

SessionWindowedCogroupedKStream<KIn, VOut>

SessionWindowedCogroupedKStream

WindowedBy(SlidingWindows)

public TimeWindowedCogroupedKStream<KIn, VOut> WindowedBy(SlidingWindows windows)

Parameters

windows SlidingWindows

SlidingWindows

Returns

TimeWindowedCogroupedKStream<KIn, VOut>

TimeWindowedCogroupedKStream

WindowedBy<W>(Windows<W>)

public TimeWindowedCogroupedKStream<KIn, VOut> WindowedBy<W>(Windows<W> windows) where W : Window

Parameters

windows Windows<W>

Windows

Returns

TimeWindowedCogroupedKStream<KIn, VOut>

TimeWindowedCogroupedKStream

Type Parameters

W

Window

Operators

implicit operator CogroupedKStream(CogroupedKStream<KIn, VOut>)

public static implicit operator CogroupedKStream(CogroupedKStream<KIn, VOut> t)

Parameters

t CogroupedKStream<KIn, VOut>

Returns

CogroupedKStream