org.apache.blur.manager.results
Class LazyBlurResult

java.lang.Object
  extended by org.apache.blur.thrift.generated.BlurResult
      extended by org.apache.blur.manager.results.LazyBlurResult
All Implemented Interfaces:
Serializable, Cloneable, Comparable<BlurResult>, TBase<BlurResult,BlurResult._Fields>

public class LazyBlurResult
extends BlurResult

The LazyBlurResult adds a method to fetch the result with the client that was used to execute the query.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.blur.thrift.generated.BlurResult
BlurResult._Fields
 
Field Summary
 
Fields inherited from class org.apache.blur.thrift.generated.BlurResult
fetchResult, locationId, metaDataMap, score, sortFieldResults
 
Constructor Summary
LazyBlurResult(BlurResult result, Blur.Client client)
           
 
Method Summary
 FetchResult fetchRow(String table, Selector selector)
           
 Blur.Client getClient()
           
 
Methods inherited from class org.apache.blur.thrift.generated.BlurResult
addToSortFieldResults, clear, compareTo, deepCopy, equals, equals, fieldForId, getFetchResult, getFieldValue, getLocationId, getScore, getSortFieldResults, getSortFieldResultsIterator, getSortFieldResultsSize, hashCode, isSet, isSetFetchResult, isSetLocationId, isSetScore, isSetSortFieldResults, read, setFetchResult, setFetchResultIsSet, setFieldValue, setLocationId, setLocationIdIsSet, setScore, setScoreIsSet, setSortFieldResults, setSortFieldResultsIsSet, toString, unsetFetchResult, unsetLocationId, unsetScore, unsetSortFieldResults, validate, write
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LazyBlurResult

public LazyBlurResult(BlurResult result,
                      Blur.Client client)
Method Detail

getClient

public Blur.Client getClient()

fetchRow

public FetchResult fetchRow(String table,
                            Selector selector)
                     throws BlurException,
                            TException
Throws:
BlurException
TException


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