Package org.apache.kafka.streams.state.internals
-
Interface Summary Interface Description CachedStateStore<K,V> MemoryLRUCache.EldestEntryRemovalListener<K,V> PeekingKeyValueIterator<K,V> SegmentedBytesStore The interface representing a StateStore that has 1 or more segments that are based on time.SegmentedBytesStore.KeySchema StateStoreProvider Provides access toStateStore
s that have been created as part of theProcessorTopology
.ThreadCache.DirtyEntryFlushListener TimeOrderedKeyValueBuffer WrappedStateStore A storage engine wrapper for utilities like logging, caching, and metering.