| Interface | Description |
|---|---|
| KeyValueIterator<K,V> |
Iterator interface of
KeyValue. |
| KeyValueStore<K,V> |
A key-value store that supports put/get/delete and range queries.
|
| Stores.InMemoryKeyValueFactory<K,V> |
The interface used to create in-memory key-value stores.
|
| Stores.KeyValueFactory<K,V> |
The interface used to specify the different kinds of key-value stores.
|
| Stores.PersistentKeyValueFactory<K,V> |
The interface used to create off-heap key-value stores that use a local database.
|
| WindowStore<K,V> |
A windowed store interface extending
StateStore. |
| WindowStoreIterator<E> |
| Class | Description |
|---|---|
| StateSerdes<K,V> |
Factory for creating serializers / deserializers for state stores in Kafka Streams.
|
| Stores |
Factory for creating state stores in Kafka Streams.
|
| Stores.StoreFactory | |
| Stores.ValueFactory<K> |
The factory for creating off-heap key-value stores.
|