Table of Contents

Class TimeWindow

Namespace
Org.Apache.Kafka.Streams.Kstream.Internals
Assembly
MASES.KNet.dll

Internal

public class TimeWindow : Window, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
TimeWindow
Implements
Inherited Members

Constructors

TimeWindow()

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

public TimeWindow()

TimeWindow(long, long)

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

public TimeWindow(long startMs, long endMs)

Parameters

startMs long
endMs long

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string