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

Packages that use FetchResult
org.apache.blur.manager   
org.apache.blur.manager.results   
org.apache.blur.server   
org.apache.blur.thrift   
org.apache.blur.thrift.generated   
 

Uses of FetchResult in org.apache.blur.manager
 

Methods in org.apache.blur.manager that return types with arguments of type FetchResult
 List<FetchResult> IndexManager.fetchRowBatch(String table, List<Selector> selectors)
           
 

Methods in org.apache.blur.manager with parameters of type FetchResult
static void IndexManager.fetchRow(org.apache.lucene.index.IndexReader reader, String table, String shard, Selector selector, FetchResult fetchResult, org.apache.lucene.search.Query highlightQuery, FieldManager fieldManager, int maxHeap, TableContext tableContext, org.apache.lucene.search.Filter filter)
           
static void IndexManager.fetchRow(org.apache.lucene.index.IndexReader reader, String table, String shard, Selector selector, FetchResult fetchResult, org.apache.lucene.search.Query highlightQuery, int maxHeap, TableContext tableContext, org.apache.lucene.search.Filter filter)
           
 void IndexManager.fetchRow(String table, Selector selector, FetchResult fetchResult)
           
 

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

Methods in org.apache.blur.manager.results that return FetchResult
 FetchResult LazyBlurResult.fetchRow(String table, Selector selector)
           
 

Uses of FetchResult in org.apache.blur.server
 

Methods in org.apache.blur.server that return FetchResult
 FetchResult FilteredBlurServer.fetchRow(String table, Selector selector)
           
 

Methods in org.apache.blur.server that return types with arguments of type FetchResult
 List<FetchResult> FilteredBlurServer.fetchRowBatch(String table, List<Selector> selectors)
           
 

Uses of FetchResult in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift that return FetchResult
 FetchResult BlurShardServer.fetchRow(String table, Selector selector)
           
 FetchResult BlurControllerServer.fetchRow(String table, Selector selector)
           
 

Methods in org.apache.blur.thrift that return types with arguments of type FetchResult
 List<FetchResult> BlurShardServer.fetchRowBatch(String table, List<Selector> selectors)
           
 List<FetchResult> BlurControllerServer.fetchRowBatch(String table, List<Selector> selectors)
           
 

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

Fields in org.apache.blur.thrift.generated declared as FetchResult
 FetchResult BlurResult.fetchResult
          The fetched result if any.
 FetchResult Blur.fetchRow_result.success
           
 

Fields in org.apache.blur.thrift.generated with type parameters of type FetchResult
 List<FetchResult> Blur.fetchRowBatch_result.success
           
 

Methods in org.apache.blur.thrift.generated that return FetchResult
 FetchResult FetchResult.deepCopy()
           
 FetchResult SafeClientGen.fetchRow(String arg0, Selector arg1)
           
 FetchResult Blur.Iface.fetchRow(String table, Selector selector)
          Fetches a Row or a Record in the given table with the given Selector.
 FetchResult Blur.Client.fetchRow(String table, Selector selector)
           
 FetchResult BlurResult.getFetchResult()
          The fetched result if any.
 FetchResult Blur.AsyncClient.fetchRow_call.getResult()
           
 FetchResult Blur.fetchRow_result.getSuccess()
           
 FetchResult SafeClientGen.recv_fetchRow()
           
 FetchResult Blur.Client.recv_fetchRow()
           
 FetchResult FetchResult.setDeleted(boolean deleted)
          If the row was marked as deleted.
 FetchResult FetchResult.setExists(boolean exists)
          True if the result exists, false if it doesn't.
 FetchResult FetchResult.setRecordResult(FetchRecordResult recordResult)
          The record result if a record was selected form the Selector.
 FetchResult FetchResult.setRowResult(FetchRowResult rowResult)
          The row result if a row was selected form the Selector.
 FetchResult FetchResult.setTable(String table)
          The table the fetch result came from.
 

Methods in org.apache.blur.thrift.generated that return types with arguments of type FetchResult
 List<FetchResult> Blur.Iface.fetchRowBatch(String table, List<Selector> selectors)
          Fetches a batch of Rows or Records in the given table with the given Selector list.
 List<FetchResult> Blur.Client.fetchRowBatch(String table, List<Selector> selectors)
           
 List<FetchResult> Blur.AsyncClient.fetchRowBatch_call.getResult()
           
 List<FetchResult> Blur.fetchRowBatch_result.getSuccess()
           
 Iterator<FetchResult> Blur.fetchRowBatch_result.getSuccessIterator()
           
 List<FetchResult> Blur.Client.recv_fetchRowBatch()
           
 

Methods in org.apache.blur.thrift.generated with parameters of type FetchResult
 void Blur.fetchRowBatch_result.addToSuccess(FetchResult elem)
           
 int FetchResult.compareTo(FetchResult other)
           
 boolean FetchResult.equals(FetchResult that)
           
 BlurResult BlurResult.setFetchResult(FetchResult fetchResult)
          The fetched result if any.
 Blur.fetchRow_result Blur.fetchRow_result.setSuccess(FetchResult success)
           
 

Method parameters in org.apache.blur.thrift.generated with type arguments of type FetchResult
 Blur.fetchRowBatch_result Blur.fetchRowBatch_result.setSuccess(List<FetchResult> success)
           
 

Constructors in org.apache.blur.thrift.generated with parameters of type FetchResult
Blur.fetchRow_result(FetchResult success, BlurException ex)
           
BlurResult(String locationId, double score, FetchResult fetchResult, List<SortFieldResult> sortFieldResults)
           
FetchResult(FetchResult other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.blur.thrift.generated with type arguments of type FetchResult
Blur.fetchRowBatch_result(List<FetchResult> success, BlurException ex)
           
 



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