Uses of Class
org.apache.hadoop.hbase.client.Cursor
-
Uses of Cursor in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionAsyncScanSingleRegionRpcRetryingCaller.ScanControllerImpl.cursor
Modifier and TypeMethodDescriptionstatic Cursor
ClientUtil.createCursor
(byte[] row) Result.getCursor()
Return the cursor if this Result is a cursor result.Modifier and TypeMethodDescriptionAdvancedScanResultConsumer.ScanController.cursor()
Get the scan cursor if available.AsyncScanSingleRegionRpcRetryingCaller.ScanControllerImpl.cursor()
Modifier and TypeMethodDescriptionstatic Result
Result.createCursorResult
(Cursor cursor) static Scan
Scan.createScanFromCursor
(Cursor cursor) Create a new Scan with a cursor.