| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.protobuf | 
 Holds classes generated from protobuf
 
src/main/protobuf definition files. | 
| 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 | 
|---|---|
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.protobuf.generated.ClientProtos.Cursor cursor)  | 
| Modifier and Type | Method and Description | 
|---|---|
static org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Cursor | 
ProtobufUtil.toCursor(Cursor cursor)  | 
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.