|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |