WindowBytesStoreSupplier¶
WindowBytesStoreSupplier
is an extension of the StoreSupplier abstraction for state store suppliers of WindowStores (WindowStore<Bytes, byte[]>
s).
Contract¶
retainDuplicates¶
boolean retainDuplicates()
retentionPeriod¶
long retentionPeriod()
segmentIntervalMs¶
long segmentIntervalMs()
windowSize¶
long windowSize()
Implementations¶
- RocksDbWindowBytesStoreSupplier
- InMemoryWindowBytesStoreSupplier