Package org.apache.hadoop.hbase.rest
Class ResultGenerator
java.lang.Object
org.apache.hadoop.hbase.rest.ResultGenerator
- Direct Known Subclasses:
RowResultGenerator
,ScannerResultGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Filter
buildFilter
(String filter) abstract void
close()
static ResultGenerator
fromRowSpec
(String table, RowSpec rowspec, Filter filter, boolean cacheBlocks) abstract void
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, hasNext, next, remove
-
Constructor Details
-
ResultGenerator
public ResultGenerator()
-
-
Method Details
-
fromRowSpec
public static ResultGenerator fromRowSpec(String table, RowSpec rowspec, Filter filter, boolean cacheBlocks) throws IOException - Throws:
IOException
-
buildFilter
- Throws:
Exception
-
putBack
-
close
-