K
- Type of keysV
- Type of values@InterfaceStability.Unstable public 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, persistent
fetch