public class HBaseTable.Model.ReturnScanner
extends java.lang.Object
| Constructor and Description |
|---|
ReturnScanner(org.apache.hadoop.hbase.client.ResultScanner scanner) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<R extends HTableModel> |
forEach(java.util.function.Consumer<? super R> action) |
<R extends HTableModel> |
next() |
<R extends HTableModel> |
next(int nbRows) |
public ReturnScanner(org.apache.hadoop.hbase.client.ResultScanner scanner)
public <R extends HTableModel> R next() throws java.io.IOException
java.io.IOExceptionpublic <R extends HTableModel> java.util.List<R> next(int nbRows) throws java.io.IOException
java.io.IOExceptionpublic void close()
public <R extends HTableModel> void forEach(java.util.function.Consumer<? super R> action)