Uses of Class
org.apache.storm.windowing.persistence.SimpleWindowPartitionCache.SimpleWindowPartitionCacheBuilder
-
Packages that use SimpleWindowPartitionCache.SimpleWindowPartitionCacheBuilder Package Description org.apache.storm.windowing.persistence -
-
Uses of SimpleWindowPartitionCache.SimpleWindowPartitionCacheBuilder in org.apache.storm.windowing.persistence
Methods in org.apache.storm.windowing.persistence that return SimpleWindowPartitionCache.SimpleWindowPartitionCacheBuilder Modifier and Type Method Description SimpleWindowPartitionCache.SimpleWindowPartitionCacheBuilder<K,V>
SimpleWindowPartitionCache.SimpleWindowPartitionCacheBuilder. maximumSize(long size)
static <K,V>
SimpleWindowPartitionCache.SimpleWindowPartitionCacheBuilder<K,V>SimpleWindowPartitionCache. newBuilder()
SimpleWindowPartitionCache.SimpleWindowPartitionCacheBuilder<K,V>
SimpleWindowPartitionCache.SimpleWindowPartitionCacheBuilder. removalListener(WindowPartitionCache.RemovalListener<K,V> listener)
-