K - Type of keysV - Type of valuespublic interface WindowStore<K,V> extends StateStore, ReadOnlyWindowStore<K,V>
StateStore.| Modifier and Type | Method and Description |
|---|---|
void |
put(K key,
V value)
Put a key-value pair with the current wall-clock time as the timestamp
into the corresponding window
|
void |
put(K key,
V value,
long timestamp)
Put a key-value pair with the given timestamp into the corresponding window
|
close, flush, init, isOpen, name, persistentfetch, fetch