Package org.apache.storm.windowing.persistence
package org.apache.storm.windowing.persistence
-
ClassDescriptionA simple implementation that evicts the largest un-pinned entry from the cache.WindowPartitionCache<K,
V> A loading cache abstraction for cachingWindowState.WindowPartition
.Builder interface forWindowPartitionCache
.The interface for loading entires into the cache.The reason why an enrty got evicted from the cache.A callback interface for handling removal of events from the cache.WindowState<T>A wrapper around the window related states that are checkpointed.