Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.73 KB

kafka-streams-internals-RocksDbKeyValueBytesStoreSupplier.adoc

File metadata and controls

34 lines (20 loc) · 1.73 KB

RocksDbKeyValueBytesStoreSupplier

RocksDbKeyValueBytesStoreSupplier is a KeyValueBytesStoreSupplier.

RocksDbKeyValueBytesStoreSupplier is created when Stores utility is used to create persistent KeyValueStores:

RocksDbKeyValueBytesStoreSupplier uses rocksdb-state metric scope for the metrics recorded by Metered stores.

Creating RocksDbKeyValueBytesStoreSupplier Instance

RocksDbKeyValueBytesStoreSupplier takes the following to be created:

  • Name

  • returnTimestampedStore flag

Supplying KeyValueStore — get Method

KeyValueStore<Bytes, byte[]> get()
Note
get is part of the StoreSupplier Contract to supply (get) a state store.

get gives the following KeyValueStores: