Uses of Interface
org.apache.blur.manager.results.BlurResultIterable

Packages that use BlurResultIterable
org.apache.blur.manager   
org.apache.blur.manager.results   
org.apache.blur.thrift   
org.apache.blur.utils   
 

Uses of BlurResultIterable in org.apache.blur.manager
 

Methods in org.apache.blur.manager that return BlurResultIterable
 BlurResultIterable IndexManager.query(String table, BlurQuery blurQuery, java.util.concurrent.atomic.AtomicLongArray facetedCounts)
           
 

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

Classes in org.apache.blur.manager.results that implement BlurResultIterable
 class BlurResultIterableClient
           
 class BlurResultIterableMultiple
           
 class BlurResultIterableSearcher
           
 class BlurResultIterableSimple
           
 

Methods in org.apache.blur.manager.results that return BlurResultIterable
 BlurResultIterable MergerBlurResultIterable.merge(BlurExecutorCompletionService<BlurResultIterable> service)
           
 

Methods in org.apache.blur.manager.results with parameters of type BlurResultIterable
 void BlurResultIterableMultiple.addBlurResultIterable(BlurResultIterable iterable)
           
 

Method parameters in org.apache.blur.manager.results with type arguments of type BlurResultIterable
 BlurResultIterable MergerBlurResultIterable.merge(BlurExecutorCompletionService<BlurResultIterable> service)
           
 

Constructor parameters in org.apache.blur.manager.results with type arguments of type BlurResultIterable
BlurResultIterableMultiple.MultipleHitsIterator(List<BlurResultIterable> hits)
           
 

Uses of BlurResultIterable in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift with parameters of type BlurResultIterable
 BlurResults BlurControllerServer.convertToBlurResults(BlurResultIterable hitsIterable, BlurQuery query, java.util.concurrent.atomic.AtomicLongArray facetCounts, java.util.concurrent.ExecutorService executor, Selector selector, String table)
           
 

Uses of BlurResultIterable in org.apache.blur.utils
 

Methods in org.apache.blur.utils with parameters of type BlurResultIterable
static BlurResults BlurUtil.convertToHits(BlurResultIterable hitsIterable, BlurQuery query, java.util.concurrent.atomic.AtomicLongArray facetCounts, java.util.concurrent.ExecutorService executor, Selector selector, Blur.Iface iface, String table)
           
 



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