Uses of Class
org.apache.hadoop.hbase.client.Cursor
Packages that use Cursor
-
Uses of Cursor in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as CursorFields in org.apache.hadoop.hbase.client with type parameters of type CursorModifier and TypeFieldDescriptionAsyncScanSingleRegionRpcRetryingCaller.ScanControllerImpl.cursor
Methods in org.apache.hadoop.hbase.client that return CursorModifier and TypeMethodDescriptionstatic Cursor
ClientUtil.createCursor
(byte[] row) Result.getCursor()
Return the cursor if this Result is a cursor result.Methods in org.apache.hadoop.hbase.client that return types with arguments of type CursorModifier and TypeMethodDescriptionAdvancedScanResultConsumer.ScanController.cursor()
Get the scan cursor if available.AsyncScanSingleRegionRpcRetryingCaller.ScanControllerImpl.cursor()
Methods in org.apache.hadoop.hbase.client with parameters of type CursorModifier and TypeMethodDescriptionstatic Result
Result.createCursorResult
(Cursor cursor) static Scan
Scan.createScanFromCursor
(Cursor cursor) Create a new Scan with a cursor.Constructors in org.apache.hadoop.hbase.client with parameters of type CursorConstructor parameters in org.apache.hadoop.hbase.client with type arguments of type Cursor