Interface CachedStateStore<K,V>
-
- All Known Implementing Classes:
CachingKeyValueStore,ChangeLoggingKeyValueBytesStore,ChangeLoggingTimestampedKeyValueBytesStore,MeteredKeyValueStore,MeteredSessionStore,MeteredTimestampedKeyValueStore,MeteredWindowStore,RocksDBSessionStore,RocksDBWindowStore,WrappedStateStore
public interface CachedStateStore<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansetFlushListener(CacheFlushListener<K,V> listener, boolean sendOldValues)Set theCacheFlushListenerto be notified when entries are flushed from the cache to the underlyingStateStore
-
-
-
Method Detail
-
setFlushListener
boolean setFlushListener(CacheFlushListener<K,V> listener, boolean sendOldValues)
Set theCacheFlushListenerto be notified when entries are flushed from the cache to the underlyingStateStore- Parameters:
listener-sendOldValues-
-
-