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

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

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

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



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