Uses of Interface
org.apache.storm.windowing.persistence.WindowPartitionCache
-
Packages that use WindowPartitionCache Package Description org.apache.storm.windowing.persistence -
-
Uses of WindowPartitionCache in org.apache.storm.windowing.persistence
Classes in org.apache.storm.windowing.persistence that implement WindowPartitionCache Modifier and Type Class Description class
SimpleWindowPartitionCache<K,V>
A simple implementation that evicts the largest un-pinned entry from the cache.Methods in org.apache.storm.windowing.persistence that return WindowPartitionCache Modifier and Type Method Description WindowPartitionCache<K,V>
WindowPartitionCache.Builder. build(WindowPartitionCache.CacheLoader<K,V> loader)
Build the cache.
-