@InterfaceAudience.Private public abstract class ResultGenerator extends Object implements Iterator<org.apache.hadoop.hbase.Cell>
| Constructor and Description |
|---|
ResultGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.filter.Filter |
buildFilter(String filter) |
abstract void |
close() |
static ResultGenerator |
fromRowSpec(String table,
RowSpec rowspec,
org.apache.hadoop.hbase.filter.Filter filter,
boolean cacheBlocks) |
abstract void |
putBack(org.apache.hadoop.hbase.Cell kv) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, next, removepublic static ResultGenerator fromRowSpec(String table, RowSpec rowspec, org.apache.hadoop.hbase.filter.Filter filter, boolean cacheBlocks) throws IOException
IOExceptionpublic static org.apache.hadoop.hbase.filter.Filter buildFilter(String filter) throws Exception
Exceptionpublic abstract void putBack(org.apache.hadoop.hbase.Cell kv)
public abstract void close()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.