Class ReadOnlySessionStore<K, AGG, TJVMK, TJVMAGG>
KNet implementation of ReadOnlySessionStore<K, AGG>
public class ReadOnlySessionStore<K, AGG, TJVMK, TJVMAGG> : ManagedStore<ReadOnlySessionStore<TJVMK, TJVMAGG>>, IManagedStore<ReadOnlySessionStore<TJVMK, TJVMAGG>>, IGenericSerDesFactoryApplier
Type Parameters
K
The key type
AGG
The value type
TJVMK
The JVM type of
K
TJVMAGG
The JVM type of
AGG
- Inheritance
-
ManagedStore<ReadOnlySessionStore<TJVMK, TJVMAGG>>ReadOnlySessionStore<K, AGG, TJVMK, TJVMAGG>
- Implements
-
IManagedStore<ReadOnlySessionStore<TJVMK, TJVMAGG>>
- Derived
- Inherited Members
Methods
BackwardFetch(K)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> BackwardFetch(K arg0)
Parameters
arg0
KK
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>
BackwardFetch(K, K)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> BackwardFetch(K arg0, K arg1)
Parameters
arg0
KK
arg1
KK
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>
BackwardFindSessions(K, Instant, Instant)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> BackwardFindSessions(K arg0, Instant arg1, Instant arg2)
Parameters
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>
BackwardFindSessions(K, long, long)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> BackwardFindSessions(K arg0, long arg1, long arg2)
Parameters
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>
BackwardFindSessions(K, K, Instant, Instant)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> BackwardFindSessions(K arg0, K arg1, Instant arg2, Instant arg3)
Parameters
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>
BackwardFindSessions(K, K, long, long)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> BackwardFindSessions(K arg0, K arg1, long arg2, long arg3)
Parameters
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>
Fetch(K)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> Fetch(K arg0)
Parameters
arg0
KK
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>
Fetch(K, K)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> Fetch(K arg0, K arg1)
Parameters
arg0
KK
arg1
KK
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>
FetchSession(K, Instant, Instant)
public virtual AGG FetchSession(K arg0, Instant arg1, Instant arg2)
Parameters
Returns
- AGG
AGG
FetchSession(K, long, long)
public virtual AGG FetchSession(K arg0, long arg1, long arg2)
Parameters
Returns
- AGG
AGG
FindSessions(K, Instant, Instant)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> FindSessions(K arg0, Instant arg1, Instant arg2)
Parameters
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>
FindSessions(K, long, long)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> FindSessions(K arg0, long arg1, long arg2)
Parameters
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>
FindSessions(K, K, Instant, Instant)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> FindSessions(K arg0, K arg1, Instant arg2, Instant arg3)
Parameters
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>
FindSessions(K, K, long, long)
public virtual WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG> FindSessions(K arg0, K arg1, long arg2, long arg3)
Parameters
Returns
- WindowedKeyValueIterator<K, AGG, TJVMK, TJVMAGG>