Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
Cursor |
Result.getCursor()
Return the cursor if this Result is a cursor result.
|
Modifier and Type | Method and Description |
---|---|
Optional<Cursor> |
AdvancedScanResultConsumer.ScanController.cursor()
Get the scan cursor if available.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Result.createCursorResult(Cursor cursor) |
static Scan |
Scan.createScanFromCursor(Cursor cursor)
Create a new Scan with a cursor.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.