public abstract class HBaseResult<K,T extends PersistentBase> extends ResultBase<K,T>
Result implementations for HBase.dataStore, key, limit, offset, persistent, query| Constructor and Description |
|---|
HBaseResult(HBaseStore<K,T> dataStore,
Query<K,T> query) |
| Modifier and Type | Method and Description |
|---|---|
HBaseStore<K,T> |
getDataStore()
Returns the DataStore, that this Result is associated with.
|
protected void |
readNext(org.apache.hadoop.hbase.client.Result result) |
clear, close, filter, get, getKey, getKeyClass, getOffset, getOrCreatePersistent, getPersistentClass, getQuery, isLimitReached, next, nextInnerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProgresspublic HBaseStore<K,T> getDataStore()
ResultgetDataStore in interface Result<K,T extends PersistentBase>getDataStore in class ResultBase<K,T extends PersistentBase>protected void readNext(org.apache.hadoop.hbase.client.Result result)
throws IOException
IOExceptionCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.