@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, fromRowSpec
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private static final org.slf4j.Logger LOG
public RowResultGenerator(String tableName, RowSpec rowspec, Filter filter, boolean cacheBlocks) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.