public interface WindowBytesStoreSupplier extends StoreSupplier<WindowStore<org.apache.kafka.common.utils.Bytes,byte[]>>
WindowStore>
instances of type <Byte, byte[]>.Modifier and Type | Method and Description |
---|---|
boolean |
retainDuplicates()
Whether or not this store is retaining duplicate keys.
|
long |
retentionPeriod()
The time period for which the
WindowStore will retain historic data. |
int |
segments()
The number of segments the store has.
|
long |
windowSize()
The size of the windows any store created from this supplier is creating.
|
get, metricsScope, name
int segments()
long windowSize()
boolean retainDuplicates()
long retentionPeriod()
WindowStore
will retain historic data.