Class RSRpcServices.RegionScannerShippedCallBack
java.lang.Object
org.apache.hadoop.hbase.regionserver.RSRpcServices.RegionScannerShippedCallBack
- All Implemented Interfaces:
RpcCallback
- Enclosing class:
- RSRpcServices
An Rpc callback for doing shipped() call on a RegionScanner.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final LeaseManager.Lease
private final String
private final Shipper
-
Constructor Summary
ConstructorDescriptionRegionScannerShippedCallBack
(String scannerName, Shipper shipper, LeaseManager.Lease lease) -
Method Summary
-
Field Details
-
scannerName
-
shipper
-
lease
-
-
Constructor Details
-
RegionScannerShippedCallBack
-
-
Method Details
-
run
Description copied from interface:RpcCallback
Called at the end of an Rpc CallRpcCallContext
- Specified by:
run
in interfaceRpcCallback
- Throws:
IOException
-