Class HRegion.RowLockImpl
java.lang.Object
org.apache.hadoop.hbase.regionserver.HRegion.RowLockImpl
- All Implemented Interfaces:
Region.RowLock
- Enclosing class:
- HRegion
Class used to represent a lock on a row.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
context
-
lock
-
-
Constructor Details
-
RowLockImpl
-
-
Method Details
-
getLock
-
getContext
-
release
Description copied from interface:Region.RowLock
Release the given lock. If there are no remaining locks held by the current thread then unlock the row and allow other threads to acquire the lock.- Specified by:
release
in interfaceRegion.RowLock
-
toString
-