Uses of Interface
org.apache.storm.windowing.persistence.WindowPartitionCache
-
Uses of WindowPartitionCache in org.apache.storm.windowing.persistence
Modifier and TypeClassDescriptionclass
A simple implementation that evicts the largest un-pinned entry from the cache.Modifier and TypeMethodDescriptionWindowPartitionCache.Builder.build
(WindowPartitionCache.CacheLoader<K, V> loader) Build the cache.