Class RSRpcServices.RegionScannersCloseCallBack
java.lang.Object
org.apache.hadoop.hbase.regionserver.RSRpcServices.RegionScannersCloseCallBack
- All Implemented Interfaces:
RpcCallback
- Enclosing class:
- RSRpcServices
An RpcCallBack that creates a list of scanners that needs to perform callBack operation on
completion of multiGets.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addScanner
(RegionScanner scanner) void
run()
Called at the end of an Rpc CallRpcCallContext
-
Field Details
-
scanners
-
-
Constructor Details
-
RegionScannersCloseCallBack
-
-
Method Details
-
addScanner
-
run
Description copied from interface:RpcCallback
Called at the end of an Rpc CallRpcCallContext
- Specified by:
run
in interfaceRpcCallback
-