Uses of Class
org.apache.blur.thrift.generated.BlurResults

Packages that use BlurResults
org.apache.blur.server   
org.apache.blur.thrift   
org.apache.blur.thrift.generated   
org.apache.blur.utils   
 

Uses of BlurResults in org.apache.blur.server
 

Methods in org.apache.blur.server that return BlurResults
 BlurResults FilteredBlurServer.query(String table, BlurQuery blurQuery)
           
 

Uses of BlurResults in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift that return BlurResults
 BlurResults BlurControllerServer.convertToBlurResults(BlurResultIterable hitsIterable, BlurQuery query, java.util.concurrent.atomic.AtomicLongArray facetCounts, java.util.concurrent.ExecutorService executor, Selector selector, String table)
           
 BlurResults BlurShardServer.query(String table, BlurQuery blurQuery)
           
 BlurResults BlurControllerServer.query(String table, BlurQuery blurQuery)
           
 

Uses of BlurResults in org.apache.blur.thrift.generated
 

Fields in org.apache.blur.thrift.generated declared as BlurResults
 BlurResults Blur.query_result.success
           
 

Methods in org.apache.blur.thrift.generated that return BlurResults
 BlurResults BlurResults.deepCopy()
           
 BlurResults Blur.AsyncClient.query_call.getResult()
           
 BlurResults Blur.query_result.getSuccess()
           
 BlurResults SafeClientGen.query(String arg0, BlurQuery arg1)
           
 BlurResults Blur.Iface.query(String table, BlurQuery blurQuery)
          Executes a query against a the given table and returns the results.
 BlurResults Blur.Client.query(String table, BlurQuery blurQuery)
           
 BlurResults SafeClientGen.recv_query()
           
 BlurResults Blur.Client.recv_query()
           
 BlurResults BlurResults.setExceptions(List<BlurException> exceptions)
          Not currently used, a future feature could allow for partial results with errors.
 BlurResults BlurResults.setFacetCounts(List<Long> facetCounts)
          The faceted count.
 BlurResults BlurResults.setQuery(BlurQuery query)
          The original query.
 BlurResults BlurResults.setResults(List<BlurResult> results)
          The query results.
 BlurResults BlurResults.setShardInfo(Map<String,Long> shardInfo)
          Hit counts from each shard in the table.
 BlurResults BlurResults.setTotalResults(long totalResults)
          The total number of hits in the query.
 

Methods in org.apache.blur.thrift.generated with parameters of type BlurResults
 int BlurResults.compareTo(BlurResults other)
           
 boolean BlurResults.equals(BlurResults that)
           
 Blur.query_result Blur.query_result.setSuccess(BlurResults success)
           
 

Constructors in org.apache.blur.thrift.generated with parameters of type BlurResults
Blur.query_result(BlurResults success, BlurException ex)
           
BlurResults(BlurResults other)
          Performs a deep copy on other.
 

Uses of BlurResults in org.apache.blur.utils
 

Fields in org.apache.blur.utils declared as BlurResults
 BlurResults QueryCacheEntry.results
           
 

Methods in org.apache.blur.utils that return BlurResults
 BlurResults QueryCache.cache(String table, BlurQuery original, BlurResults results)
           
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)
           
 BlurResults QueryCacheEntry.getBlurResults(BlurQuery blurQuery)
           
 

Methods in org.apache.blur.utils with parameters of type BlurResults
 BlurResults QueryCache.cache(String table, BlurQuery original, BlurResults results)
           
 

Constructors in org.apache.blur.utils with parameters of type BlurResults
QueryCacheEntry(BlurResults cacheResults)
           
 



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