@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) |
public static ResultGenerator fromRowSpec(String table, RowSpec rowspec, Filter filter, boolean cacheBlocks) throws IOException
IOException
public abstract void putBack(Cell kv)
public abstract void close()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.