public class ResultScannerImpl
extends com.mapr.fs.MapRResultScanner
implements org.apache.hadoop.hbase.client.ResultScanner
| Constructor and Description |
|---|
ResultScannerImpl(com.mapr.fs.jni.MapRScan scan,
com.mapr.fs.MapRHTable htable,
long id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<org.apache.hadoop.hbase.client.Result> |
iterator() |
org.apache.hadoop.hbase.client.Result |
next()
Grab the next row's worth of values.
|
org.apache.hadoop.hbase.client.Result[] |
next(int nbRows) |
close, nextRow, nextRows, nextRows, releaseTempMemorypublic ResultScannerImpl(com.mapr.fs.jni.MapRScan scan,
com.mapr.fs.MapRHTable htable,
long id)
public org.apache.hadoop.hbase.client.Result next()
throws java.io.IOException
next in interface org.apache.hadoop.hbase.client.ResultScannerjava.io.IOException - epublic org.apache.hadoop.hbase.client.Result[] next(int nbRows)
throws java.io.IOException
next in interface org.apache.hadoop.hbase.client.ResultScannernbRows - number of rows to returnjava.io.IOException - epublic java.util.Iterator<org.apache.hadoop.hbase.client.Result> iterator()
iterator in interface java.lang.Iterable<org.apache.hadoop.hbase.client.Result>