Interface CachedStateStore<K,​V>


  • public interface CachedStateStore<K,​V>
    • Method Detail

      • setFlushListener

        void setFlushListener​(CacheFlushListener<K,​V> listener,
                              boolean sendOldValues)
        Set the CacheFlushListener to be notified when entries are flushed from the cache to the underlying StateStore
        Parameters:
        listener -
        sendOldValues -