void put(K key, V value) (1)
void put(K key, V value, long timestamp)
WindowStore
WindowStore is the extension of the StateStore contract for state stores that are ReadOnlyWindowStores and can put a record with an optional timestamp.
| Method | Description |
|---|---|
|
Used when KStreamJoinWindowProcessor and KStreamWindowAggregateProcessor are requested to process a record |
| WindowStore | Description |
|---|---|