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