Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.08 KB

kafka-streams-KeyValueBytesStoreSupplier.adoc

File metadata and controls

24 lines (17 loc) · 1.08 KB

KeyValueBytesStoreSupplier Contract

KeyValueBytesStoreSupplier is the extension of the StoreSupplier contract for store suppliers of KeyValueStores (of Bytes keys and byte[] values, i.e. StoreSupplier<KeyValueStore<Bytes, byte[]>>).

KeyValueBytesStoreSupplier offers no new methods and simply specifies the type of the StateStores to supply, i.e. KeyValueStore<Bytes, byte[]>.

Table 1. KeyValueBytesStoreSuppliers
KeyValueBytesStoreSupplier Description

Stores.inMemoryKeyValueStore()

Stores.lruMap()

RocksDbKeyValueBytesStoreSupplier