Uses of Class
org.apache.hadoop.hbase.client.Cursor
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.Cursor in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.client.Cursor
ScannerCallable.cursor
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.Cursor
ClientUtil.createCursor
(byte[] row) org.apache.hadoop.hbase.client.Cursor
Result.getCursor()
Return the cursor if this Result is a cursor result.org.apache.hadoop.hbase.client.Cursor
ScannerCallable.getCursor()
Modifier and TypeMethodDescriptionOptional<org.apache.hadoop.hbase.client.Cursor>
AdvancedScanResultConsumer.ScanController.cursor()
Get the scan cursor if available.Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.Result
Result.createCursorResult
(org.apache.hadoop.hbase.client.Cursor cursor) static org.apache.hadoop.hbase.client.Scan
Scan.createScanFromCursor
(org.apache.hadoop.hbase.client.Cursor cursor) Create a new Scan with a cursor. -
Uses of org.apache.hadoop.hbase.client.Cursor in org.apache.hadoop.hbase.shaded.protobuf
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.Cursor
ProtobufUtil.toCursor
(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Cursor cursor) Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Cursor
ProtobufUtil.toCursor
(org.apache.hadoop.hbase.client.Cursor cursor)