Uses of Interface
org.apache.storm.utils.TimeCacheMap.ExpiredCallback
-
Uses of TimeCacheMap.ExpiredCallback in org.apache.storm.utils
ModifierConstructorDescriptionTimeCacheMap
(int expirationSecs, int numBuckets, TimeCacheMap.ExpiredCallback<K, V> callback) Deprecated.TimeCacheMap
(int expirationSecs, TimeCacheMap.ExpiredCallback<K, V> callback) Deprecated.