Package org.apache.hadoop.hbase.client
Interface AdvancedScanResultConsumer.ScanResumer
- All Known Implementing Classes:
AsyncScanSingleRegionRpcRetryingCaller.ScanResumerImpl
- Enclosing interface:
- AdvancedScanResultConsumer
Used to resume a scan.
-
Method Summary
-
Method Details
-
resume
void resume()Resume the scan. You are free to call it multiple time but only the first call will take effect.
-