K
- Type of keysV
- Type of values@InterfaceStability.Unstable
public interface ReadOnlyWindowStore<K,V>
Modifier and Type | Method and Description |
---|---|
WindowStoreIterator<V> |
fetch(K key,
long timeFrom,
long timeTo)
Get all the key-value pairs with the given key and the time range from all
the existing windows.
|
WindowStoreIterator<V> fetch(K key, long timeFrom, long timeTo)
<timestamp, value>
InvalidStateStoreException
- if the store is not initialized