|
||||||||||
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. |
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 |