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

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

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.