CachedStateStore¶
CachedStateStore is an abstraction of cached state stores.
Contract¶
flushCache¶
void flushCache()
Used when:
ProcessorStateManageris requested to flush store caches
setFlushListener¶
boolean setFlushListener(
CacheFlushListener<K, V> listener,
boolean sendOldValues)
Implementations¶
CachingKeyValueStoreCachingSessionStoreCachingWindowStore- WrappedStateStore