| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Cursor | ScannerCallable. cursor | 
| private Cursor | Result. cursor | 
| Modifier and Type | Field and Description | 
|---|---|
| private Optional<Cursor> | AsyncScanSingleRegionRpcRetryingCaller.ScanControllerImpl. cursor | 
| Modifier and Type | Method and Description | 
|---|---|
| static Cursor | ClientUtil. createCursor(byte[] row) | 
| Cursor | ScannerCallableWithReplicas. getCursor() | 
| Cursor | ScannerCallable. getCursor() | 
| Cursor | Result. getCursor()Return the cursor if this Result is a cursor result. | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<Cursor> | AdvancedScanResultConsumer.ScanController. cursor()Get the scan cursor if available. | 
| Optional<Cursor> | AsyncScanSingleRegionRpcRetryingCaller.ScanControllerImpl. cursor() | 
| 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. | 
| Constructor and Description | 
|---|
| Result(Cursor cursor) | 
| Constructor and Description | 
|---|
| ScanControllerImpl(Optional<Cursor> cursor) | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.