JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Hortonworks Data Platform 2.4.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.hadoop.hbase.regionserver
Interface Region.RowLock
All Known Implementing Classes:
HRegion.RowLockImpl
,
TestAtomicOperation.MockHRegion.WrappedRowLock
Enclosing interface:
Region
public static interface
Region.RowLock
Row lock held by a given thread. One thread may acquire multiple locks on the same row simultaneously. The locks must be released by calling release() from the same thread.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
release
()
Release the given lock.
Method Detail
release
void release()
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.
Throws:
IllegalArgumentException
- if called by a different thread than the lock owning thread
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Hortonworks Data Platform 2.4.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method