@InterfaceAudience.Public
@InterfaceStability.Stable
public interface AsyncResultScanner
extends java.io.Closeable
HTable to obtain instances.| Modifier and Type | Method and Description |
|---|---|
boolean |
isScanDone()
Check if the scanner is done
|
<H extends ResponseHandler<org.apache.hadoop.hbase.client.Result[]>> |
nextBatch(H handler)
Get the default number of rows as set by "hbase.client.scanner.caching"
|
<H extends ResponseHandler<org.apache.hadoop.hbase.client.Result[]>> H nextBatch(H handler)
handler - to handle responsesboolean isScanDone()