Uses of Interface
org.apache.storm.windowing.persistence.WindowPartitionCache.Builder
-
Uses of WindowPartitionCache.Builder in org.apache.storm.windowing.persistence
Modifier and TypeClassDescriptionstatic class
Modifier 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.