Package org.apache.hadoop.hbase.rest
Class ScannerResultGenerator
java.lang.Object
org.apache.hadoop.hbase.rest.ResultGenerator
org.apache.hadoop.hbase.rest.ScannerResultGenerator
-
Field Summary
-
Constructor Summary
ConstructorDescriptionScannerResultGenerator
(String tableName, RowSpec rowspec, Filter filter, boolean cacheBlocks) ScannerResultGenerator
(String tableName, RowSpec rowspec, Filter filter, int caching, boolean cacheBlocks) ScannerResultGenerator
(String tableName, RowSpec rowspec, Filter filter, int caching, boolean cacheBlocks, int limit) -
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
-
id
-
rowI
-
cache
-
scanner
-
cached
-
-
Constructor Details
-
ScannerResultGenerator
public ScannerResultGenerator(String tableName, RowSpec rowspec, Filter filter, boolean cacheBlocks) throws IllegalArgumentException, IOException - Throws:
IllegalArgumentException
IOException
-
ScannerResultGenerator
public ScannerResultGenerator(String tableName, RowSpec rowspec, Filter filter, int caching, boolean cacheBlocks) throws IllegalArgumentException, IOException - Throws:
IllegalArgumentException
IOException
-
ScannerResultGenerator
public ScannerResultGenerator(String tableName, RowSpec rowspec, Filter filter, int caching, boolean cacheBlocks, int limit) throws IOException - Throws:
IOException
-
-
Method Details
-
buildFilterFromModel
- Throws:
Exception
-
getID
-
close
- Specified by:
close
in classResultGenerator
-
hasNext
-
next
-
putBack
- Specified by:
putBack
in classResultGenerator
-
remove
-