| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.shaded.protobuf |
| Modifier and Type | Field and Description |
|---|---|
protected Cursor |
ScannerCallable.cursor |
| Modifier and Type | Method and Description |
|---|---|
static Cursor |
ClientUtil.createCursor(byte[] row) |
Cursor |
ScannerCallable.getCursor() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Cursor |
ProtobufUtil.toCursor(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Cursor |
ProtobufUtil.toCursor(Cursor cursor) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.