Uses of Interface
org.apache.solr.util.ConcurrentLFUCache.EvictionListener

Packages that use ConcurrentLFUCache.EvictionListener
org.apache.solr.util Common utility classes used throughout Solr 
 

Uses of ConcurrentLFUCache.EvictionListener in org.apache.solr.util
 

Constructors in org.apache.solr.util with parameters of type ConcurrentLFUCache.EvictionListener
ConcurrentLFUCache(int upperWaterMark, int lowerWaterMark, int acceptableSize, int initialSize, boolean runCleanupThread, boolean runNewThreadForCleanup, ConcurrentLFUCache.EvictionListener<K,V> evictionListener, boolean timeDecay)
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.