public class SessionStoreBuilder<K,V> extends AbstractStoreBuilder<K,V,SessionStore<K,V>>
name
Constructor and Description |
---|
SessionStoreBuilder(SessionBytesStoreSupplier storeSupplier,
org.apache.kafka.common.serialization.Serde<K> keySerde,
org.apache.kafka.common.serialization.Serde<V> valueSerde,
org.apache.kafka.common.utils.Time time) |
Modifier and Type | Method and Description |
---|---|
SessionStore<K,V> |
build()
Build the store as defined by the builder.
|
long |
retentionPeriod() |
logConfig, loggingEnabled, name, withCachingDisabled, withCachingEnabled, withLoggingDisabled, withLoggingEnabled
public SessionStoreBuilder(SessionBytesStoreSupplier storeSupplier, org.apache.kafka.common.serialization.Serde<K> keySerde, org.apache.kafka.common.serialization.Serde<V> valueSerde, org.apache.kafka.common.utils.Time time)
public SessionStore<K,V> build()
StoreBuilder
StateStore
public long retentionPeriod()