@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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next, remove
public ResultGenerator()
public static ResultGenerator fromRowSpec(String table, RowSpec rowspec, Filter filter, boolean cacheBlocks) throws IOException
IOException
public static Filter buildFilter(String filter) throws Exception
Exception
public abstract void close()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.