Uses of Interface
org.apache.storm.windowing.persistence.WindowPartitionCache.Builder
Packages that use WindowPartitionCache.Builder
-
Uses of WindowPartitionCache.Builder in org.apache.storm.windowing.persistence
Classes in org.apache.storm.windowing.persistence that implement WindowPartitionCache.BuilderModifier and TypeClassDescriptionstatic class
Methods in org.apache.storm.windowing.persistence that return WindowPartitionCache.BuilderModifier and TypeMethodDescriptionWindowPartitionCache.Builder.maximumSize
(long size) The maximum cache size.WindowPartitionCache.Builder.removalListener
(WindowPartitionCache.RemovalListener<K, V> listener) TheWindowPartitionCache.RemovalListener
to be invoked when entries are evicted.