private final class AsyncScanSingleRegionRpcRetryingCaller.ScanResumerImpl extends Object implements AdvancedScanResultConsumer.ScanResumer
| Modifier and Type | Field and Description | 
|---|---|
| private org.apache.hbase.thirdparty.io.netty.util.Timeout | leaseRenewer | 
| private int | numberOfCompleteRows | 
| private org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanResponse | resp | 
| private AsyncScanSingleRegionRpcRetryingCaller.ScanResumerState | state | 
| Modifier | Constructor and Description | 
|---|---|
| private  | ScanResumerImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) boolean | prepare(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanResponse resp,
       int numberOfCompleteRows) | 
| void | resume()Resume the scan. | 
| private void | scheduleRenewLeaseTask() | 
| private void | tryRenewLease() | 
private AsyncScanSingleRegionRpcRetryingCaller.ScanResumerState state
private org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanResponse resp
private int numberOfCompleteRows
private org.apache.hbase.thirdparty.io.netty.util.Timeout leaseRenewer
private ScanResumerImpl()
public void resume()
AdvancedScanResultConsumer.ScanResumerresume in interface AdvancedScanResultConsumer.ScanResumerprivate void scheduleRenewLeaseTask()
private void tryRenewLease()
boolean prepare(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanResponse resp, int numberOfCompleteRows)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.