This project has retired. For details please refer to its Attic page.
HBaseGetResult (Apache Gora 0.2 API)

org.apache.gora.hbase.query
Class HBaseGetResult<K,T extends Persistent>

java.lang.Object
  extended by org.apache.gora.query.impl.ResultBase<K,T>
      extended by org.apache.gora.hbase.query.HBaseResult<K,T>
          extended by org.apache.gora.hbase.query.HBaseGetResult<K,T>
All Implemented Interfaces:
Closeable, Result<K,T>

public class HBaseGetResult<K,T extends Persistent>
extends HBaseResult<K,T>

An HBaseResult based on the result of a HBase Get query.


Field Summary
 
Fields inherited from class org.apache.gora.query.impl.ResultBase
dataStore, key, limit, offset, persistent, query
 
Constructor Summary
HBaseGetResult(HBaseStore<K,T> dataStore, Query<K,T> query, org.apache.hadoop.hbase.client.Result result)
           
 
Method Summary
 void close()
           
 float getProgress()
          Returns how far along the result has iterated, a value between 0 and 1.
 boolean nextInner()
          ResultBase.next() calls this function to read the actual results.
 
Methods inherited from class org.apache.gora.hbase.query.HBaseResult
getDataStore, readNext
 
Methods inherited from class org.apache.gora.query.impl.ResultBase
clear, get, getKey, getKeyClass, getOffset, getOrCreatePersistent, getPersistentClass, getQuery, isLimitReached, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HBaseGetResult

public HBaseGetResult(HBaseStore<K,T> dataStore,
                      Query<K,T> query,
                      org.apache.hadoop.hbase.client.Result result)
Method Detail

getProgress

public float getProgress()
                  throws IOException
Description copied from interface: Result
Returns how far along the result has iterated, a value between 0 and 1.

Throws:
IOException

nextInner

public boolean nextInner()
                  throws IOException
Description copied from class: ResultBase
ResultBase.next() calls this function to read the actual results.

Specified by:
nextInner in class ResultBase<K,T extends Persistent>
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.