Package org.apache.hadoop.hbase.ipc
Interface RpcCallback
- All Known Implementing Classes:
RegionScannerImpl
,ReversedRegionScannerImpl
,RSRpcServices.RegionScannerCloseCallBack
,RSRpcServices.RegionScannersCloseCallBack
,RSRpcServices.RegionScannerShippedCallBack
Denotes a callback action that has to be executed at the end of an Rpc Call.
- See Also:
-
Method Summary
-
Method Details
-
run
Called at the end of an Rpc CallRpcCallContext
- Throws:
IOException
-