@InterfaceAudience.Private public class ScannerResultGenerator extends ResultGenerator
Constructor and Description |
---|
ScannerResultGenerator(String tableName,
RowSpec rowspec,
Filter filter) |
ScannerResultGenerator(String tableName,
RowSpec rowspec,
Filter filter,
int caching) |
Modifier and Type | Method and Description |
---|---|
static Filter |
buildFilterFromModel(ScannerModel model) |
void |
close() |
String |
getID() |
boolean |
hasNext() |
Cell |
next() |
void |
putBack(Cell kv) |
void |
remove() |
buildFilter, fromRowSpec
public ScannerResultGenerator(String tableName, RowSpec rowspec, Filter filter) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public ScannerResultGenerator(String tableName, RowSpec rowspec, Filter filter, int caching) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static Filter buildFilterFromModel(ScannerModel model) throws Exception
Exception
public String getID()
public void close()
close
in class ResultGenerator
public boolean hasNext()
public Cell next()
public void putBack(Cell kv)
putBack
in class ResultGenerator
public void remove()
Copyright © 2013 The Apache Software Foundation. All rights reserved.