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