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