@InterfaceAudience.Private public class RowResultGenerator extends ResultGenerator
| Modifier and Type | Field and Description |
|---|---|
private Cell |
cache |
private static org.apache.commons.logging.Log |
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, fromRowSpecprivate static final org.apache.commons.logging.Log LOG
private Cell cache
public RowResultGenerator(String tableName, RowSpec rowspec, Filter filter, boolean cacheBlocks) throws IllegalArgumentException, IOException
IllegalArgumentExceptionIOExceptionpublic void close()
close in class ResultGeneratorpublic boolean hasNext()
public Cell next()
public void putBack(Cell kv)
putBack in class ResultGeneratorpublic void remove()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.