Interface CachedStateStore<K,​V>

    • Method Detail

      • setFlushListener

        boolean 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 -