|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HRegion.RowLock | |
---|---|
org.apache.hadoop.hbase.regionserver |
Uses of HRegion.RowLock in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return HRegion.RowLock | |
---|---|
HRegion.RowLock |
HRegion.getRowLock(byte[] row)
Acqures a lock on the given row. |
HRegion.RowLock |
HRegion.getRowLock(byte[] row,
boolean waitForLock)
Tries to acquire a lock on the given row. |
protected HRegion.RowLock |
HRegion.getRowLockInternal(byte[] row,
boolean waitForLock)
A version of getRowLock(byte[], boolean) to use when a region operation has already been started (the calling thread has already acquired the region-close-lock). |
Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type HRegion.RowLock | |
---|---|
void |
HRegion.releaseRowLocks(List<HRegion.RowLock> rowLocks)
If the given list of row locks is not null, releases all locks. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |