Package org.apache.hadoop.hbase.client
Interface Cancellable
- All Known Implementing Classes:
CancellableRegionServerCallable
,MultiServerCallable
,RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable
,ScannerCallableWithReplicas.RetryingRPC
This should be implemented by the Get/Scan implementations that talk to replica regions. When an
RPC response is received from one of the replicas, the RPCs to the other replicas are cancelled.
-
Method Summary
-
Method Details
-
cancel
void cancel() -
isCancelled
boolean isCancelled()
-