Table of Contents

Class ReadOnlyWindowStore<K, V>

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

Type Parameters

K
V
Inheritance
JVMBridgeBase
JVMBridgeBase<ReadOnlyWindowStore<K, V>>
ReadOnlyWindowStore<K, V>
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<ReadOnlyWindowStore<K, V>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ReadOnlyWindowStore<K, V>>.IsAssignableFrom<T>()
JVMBridgeBase<ReadOnlyWindowStore<K, V>>.Execute<T>(params T[])
JVMBridgeBase<ReadOnlyWindowStore<K, V>>.DynBridgeClazz
JVMBridgeBase<ReadOnlyWindowStore<K, V>>.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

ReadOnlyWindowStore()

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

[Obsolete("ReadOnlyWindowStore class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ReadOnlyWindowStore()

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

[Obsolete("ReadOnlyWindowStore class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ReadOnlyWindowStore(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

All()

public KeyValueIterator<Windowed<K>, V> All()

Returns

KeyValueIterator<Windowed<K>, V>

KeyValueIterator

BackwardAll()

public KeyValueIterator<Windowed<K>, V> BackwardAll()

Returns

KeyValueIterator<Windowed<K>, V>

KeyValueIterator

BackwardFetch(K, Instant, Instant)

public WindowStoreIterator<V> BackwardFetch(K arg0, Instant arg1, Instant arg2)

Parameters

arg0 K

K

arg1 Instant

Instant

arg2 Instant

Instant

Returns

WindowStoreIterator<V>

WindowStoreIterator

Exceptions

IllegalArgumentException

BackwardFetch(K, K, Instant, Instant)

public KeyValueIterator<Windowed<K>, V> BackwardFetch(K arg0, K arg1, Instant arg2, Instant arg3)

Parameters

arg0 K

K

arg1 K

K

arg2 Instant

Instant

arg3 Instant

Instant

Returns

KeyValueIterator<Windowed<K>, V>

KeyValueIterator

Exceptions

IllegalArgumentException

BackwardFetchAll(Instant, Instant)

public KeyValueIterator<Windowed<K>, V> BackwardFetchAll(Instant arg0, Instant arg1)

Parameters

arg0 Instant

Instant

arg1 Instant

Instant

Returns

KeyValueIterator<Windowed<K>, V>

KeyValueIterator

Exceptions

IllegalArgumentException

Fetch(K, Instant, Instant)

public WindowStoreIterator<V> Fetch(K arg0, Instant arg1, Instant arg2)

Parameters

arg0 K

K

arg1 Instant

Instant

arg2 Instant

Instant

Returns

WindowStoreIterator<V>

WindowStoreIterator

Exceptions

IllegalArgumentException

Fetch(K, long)

public V Fetch(K arg0, long arg1)

Parameters

arg0 K

K

arg1 long

long

Returns

V

V

Fetch(K, K, Instant, Instant)

public KeyValueIterator<Windowed<K>, V> Fetch(K arg0, K arg1, Instant arg2, Instant arg3)

Parameters

arg0 K

K

arg1 K

K

arg2 Instant

Instant

arg3 Instant

Instant

Returns

KeyValueIterator<Windowed<K>, V>

KeyValueIterator

Exceptions

IllegalArgumentException

FetchAll(Instant, Instant)

public KeyValueIterator<Windowed<K>, V> FetchAll(Instant arg0, Instant arg1)

Parameters

arg0 Instant

Instant

arg1 Instant

Instant

Returns

KeyValueIterator<Windowed<K>, V>

KeyValueIterator

Exceptions

IllegalArgumentException

Operators

implicit operator ReadOnlyWindowStore(ReadOnlyWindowStore<K, V>)

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

Parameters

t ReadOnlyWindowStore<K, V>

Returns

ReadOnlyWindowStore