Uses of Interface
backtype.storm.utils.TimeCacheMap.ExpiredCallback

Packages that use TimeCacheMap.ExpiredCallback
backtype.storm.utils   
 

Uses of TimeCacheMap.ExpiredCallback in backtype.storm.utils
 

Constructors in backtype.storm.utils with parameters of type TimeCacheMap.ExpiredCallback
TimeCacheMap(int expirationSecs, int numBuckets, TimeCacheMap.ExpiredCallback<K,V> callback)
          Deprecated.  
TimeCacheMap(int expirationSecs, TimeCacheMap.ExpiredCallback<K,V> callback)
          Deprecated.  
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.