org.apache.blur.manager.results
Class LazyBlurResult
java.lang.Object
org.apache.blur.thrift.generated.BlurResult
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
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 |
LazyBlurResult
public LazyBlurResult(BlurResult result,
Blur.Client client)
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.