public interface SessionBytesStoreSupplier extends StoreSupplier<SessionStore<org.apache.kafka.common.utils.Bytes,byte[]>>
SessionStore<Byte, byte[]>
instances.
For any stores implementing the SessionStore<Byte, byte[]>
interface, null
value
bytes are considered as "not exist". This means:
null
value bytes in put operations should be treated as delete.null
value bytes should never be returned in range query results.Modifier and Type | Method and Description |
---|---|
long |
retentionPeriod()
The time period for which the
SessionStore will retain historic data. |
long |
segmentIntervalMs()
The size of a segment, in milliseconds.
|
get, metricsScope, name
long segmentIntervalMs()
long retentionPeriod()
SessionStore
will retain historic data.