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

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

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.
 



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