Uses of Interface
org.apache.storm.utils.LruMap.CacheEvictionCallback
-
Uses of LruMap.CacheEvictionCallback in org.apache.storm.metricstore.rocksdb
Modifier and TypeClassDescriptionclass
Class to create a use a cache that stores Metadata string information in memory. -
Uses of LruMap.CacheEvictionCallback in org.apache.storm.utils
ModifierConstructorDescriptionLruMap
(int maxSize, LruMap.CacheEvictionCallback evictionCallback) Creates an LRU map that will call back before data is removed from the map.