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