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