Class RSRpcServices.ScannerListener
java.lang.Object
org.apache.hadoop.hbase.regionserver.RSRpcServices.ScannerListener
- All Implemented Interfaces:
LeaseListener
- Enclosing class:
- RSRpcServices
Instantiated as a scanner lease. If the lease times out, the scanner is closed
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
When a lease expires, this method is called.
-
Field Details
-
scannerName
-
-
Constructor Details
-
ScannerListener
-
-
Method Details
-
leaseExpired
Description copied from interface:LeaseListener
When a lease expires, this method is called.- Specified by:
leaseExpired
in interfaceLeaseListener
-