Uses of Class
org.apache.blur.lucene.search.DeepPagingCache

Packages that use DeepPagingCache
org.apache.blur.lucene.search   
org.apache.blur.manager   
org.apache.blur.manager.results   
 

Uses of DeepPagingCache in org.apache.blur.lucene.search
 

Constructors in org.apache.blur.lucene.search with parameters of type DeepPagingCache
IterablePaging(java.util.concurrent.atomic.AtomicBoolean running, org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.Query query, int numHitsToCollect, IterablePaging.TotalHitsRef totalHitsRef, IterablePaging.ProgressRef progressRef, boolean runSlow, org.apache.lucene.search.Sort sort, DeepPagingCache deepPagingCache)
           
 

Uses of DeepPagingCache in org.apache.blur.manager
 

Constructors in org.apache.blur.manager with parameters of type DeepPagingCache
IndexManager(IndexServer indexServer, ClusterStatus clusterStatus, BlurFilterCache filterCache, int maxHeapPerRowFetch, int fetchCount, int threadCount, int mutateThreadCount, long statusCleanupTimerDelay, int facetThreadCount, DeepPagingCache deepPagingCache)
           
 

Uses of DeepPagingCache in org.apache.blur.manager.results
 

Constructors in org.apache.blur.manager.results with parameters of type DeepPagingCache
BlurResultIterableSearcher(java.util.concurrent.atomic.AtomicBoolean running, org.apache.lucene.search.Query query, String table, String shard, IndexSearcherClosable searcher, Selector selector, boolean closeSearcher, boolean runSlow, int fetchCount, int maxHeapPerRowFetch, TableContext context, org.apache.lucene.search.Sort sort, DeepPagingCache deepPagingCache)
           
 



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