public class KeyValueStoreBuilder<K,V> extends AbstractStoreBuilder<K,V,KeyValueStore<K,V>>
name
Constructor and Description |
---|
KeyValueStoreBuilder(KeyValueBytesStoreSupplier 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 |
---|---|
KeyValueStore<K,V> |
build()
Build the store as defined by the builder.
|
logConfig, loggingEnabled, name, withCachingDisabled, withCachingEnabled, withLoggingDisabled, withLoggingEnabled
public KeyValueStoreBuilder(KeyValueBytesStoreSupplier 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 KeyValueStore<K,V> build()
StoreBuilder
StateStore