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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddScanner(RegionScanner scanner) voidrun()Called at the end of an Rpc CallRpcCallContext
-
Field Details
-
scanners
-
-
Constructor Details
-
RegionScannersCloseCallBack
-
-
Method Details
-
addScanner
-
run
Description copied from interface:RpcCallbackCalled at the end of an Rpc CallRpcCallContext- Specified by:
runin interfaceRpcCallback
-