@InterfaceAudience.Private public class RowResultGenerator extends ResultGenerator
| Modifier and Type | Field and Description |
|---|---|
private Cell |
cache |
private static org.slf4j.Logger |
LOG |
private Iterator<Cell> |
valuesI |
| Constructor and Description |
|---|
RowResultGenerator(String tableName,
RowSpec rowspec,
Filter filter,
boolean cacheBlocks) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
Cell |
next() |
void |
putBack(Cell kv) |
void |
remove() |
buildFilter, fromRowSpecclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprivate static final org.slf4j.Logger LOG
public RowResultGenerator(String tableName, RowSpec rowspec, Filter filter, boolean cacheBlocks) throws IllegalArgumentException, IOException
IllegalArgumentExceptionIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.