Uses of Interface
org.apache.storm.utils.RotatingMap.ExpiredCallback
-
Packages that use RotatingMap.ExpiredCallback Package Description org.apache.storm.utils -
-
Uses of RotatingMap.ExpiredCallback in org.apache.storm.utils
Constructors in org.apache.storm.utils with parameters of type RotatingMap.ExpiredCallback Constructor Description RotatingMap(int numBuckets, RotatingMap.ExpiredCallback<K,V> callback)
RotatingMap(RotatingMap.ExpiredCallback<K,V> callback)
-