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 CursorModifier and TypeFieldDescriptionprivate CursorResult.cursorprotected CursorScannerCallable.cursorFields in org.apache.hadoop.hbase.client with type parameters of type CursorModifier and TypeFieldDescriptionAsyncScanSingleRegionRpcRetryingCaller.ScanControllerImpl.cursorMethods in org.apache.hadoop.hbase.client that return CursorModifier and TypeMethodDescriptionstatic CursorClientUtil.createCursor(byte[] row) Result.getCursor()Return the cursor if this Result is a cursor result.ScannerCallable.getCursor()ScannerCallableWithReplicas.getCursor()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 ResultResult.createCursorResult(Cursor cursor) static ScanScan.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