Package org.apache.hadoop.hbase.rest
Class RowResultGenerator
java.lang.Object
org.apache.hadoop.hbase.rest.ResultGenerator
org.apache.hadoop.hbase.rest.RowResultGenerator
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRowResultGenerator
(String tableName, RowSpec rowspec, Filter filter, boolean cacheBlocks) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.rest.ResultGenerator
buildFilter, fromRowSpec
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
LOG
-
valuesI
-
cache
-
-
Constructor Details
-
RowResultGenerator
public RowResultGenerator(String tableName, RowSpec rowspec, Filter filter, boolean cacheBlocks) throws IllegalArgumentException, IOException - Throws:
IllegalArgumentException
IOException
-
-
Method Details
-
close
- Specified by:
close
in classResultGenerator
-
hasNext
-
next
-
putBack
- Specified by:
putBack
in classResultGenerator
-
remove
-