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
FieldsModifier and TypeFieldDescriptionprivate final LeaseManager.Leaseprivate final Stringprivate final Shipper - 
Constructor Summary
ConstructorsConstructorDescriptionRegionScannerShippedCallBack(String scannerName, Shipper shipper, LeaseManager.Lease lease)  - 
Method Summary
 
- 
Field Details
- 
scannerName
 - 
shipper
 - 
lease
 
 - 
 - 
Constructor Details
- 
RegionScannerShippedCallBack
 
 - 
 - 
Method Details
- 
run
Description copied from interface:RpcCallbackCalled at the end of an Rpc CallRpcCallContext- Specified by:
 runin interfaceRpcCallback- Throws:
 IOException
 
 -