KeyValueStoreBuilder¶
KeyValueStoreBuilder
is a concrete AbstractStoreBuilder of KeyValueStores.
Creating Instance¶
KeyValueStoreBuilder
takes the following to be created:
- KeyValueBytesStoreSupplier
- Key
Serde<K>
- Value
Serde<V>
-
Time
KeyValueStoreBuilder
is created when:
Stores
utility is used to create a StoreBuilder of KeyValueStores
Building StateStore¶
KeyValueStore<K, V> build()
build
creates a MeteredKeyValueStore.
build
is part of the StoreBuilder abstraction.