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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScannerResultGenerator(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, boolean includeStartRow, boolean includeStopRow) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.rest.ResultGenerator
buildFilter, fromRowSpecMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
IllegalArgumentExceptionIOException
-
ScannerResultGenerator
public ScannerResultGenerator(String tableName, RowSpec rowspec, Filter filter, int caching, boolean cacheBlocks) throws IllegalArgumentException, IOException - Throws:
IllegalArgumentExceptionIOException
-
ScannerResultGenerator
public ScannerResultGenerator(String tableName, RowSpec rowspec, Filter filter, int caching, boolean cacheBlocks, int limit, boolean includeStartRow, boolean includeStopRow) throws IOException - Throws:
IOException
-
-
Method Details
-
buildFilterFromModel
- Throws:
Exception
-
getID
-
close
- Specified by:
closein classResultGenerator
-
hasNext
-
next
-
putBack
- Specified by:
putBackin classResultGenerator
-
remove
-