@InterfaceAudience.Private public class RowResultGenerator extends ResultGenerator
| Constructor and Description |
|---|
RowResultGenerator(java.lang.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, fromRowSpecpublic void close()
close in class ResultGeneratorpublic boolean hasNext()
public Cell next()
public void putBack(Cell kv)
putBack in class ResultGeneratorpublic void remove()