Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
static class |
HRegion.RowLockImpl |
Modifier and Type | Method and Description |
---|---|
Region.RowLock |
HRegion.getRowLock(byte[] row)
Acquires a lock on the given row.
|
Region.RowLock |
Region.getRowLock(byte[] row,
boolean waitForLock)
Tries to acquire a lock on the given row.
|
Region.RowLock |
HRegion.getRowLock(byte[] row,
boolean waitForLock) |
protected Region.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-guard lock).
|
Modifier and Type | Method and Description |
---|---|
void |
Region.releaseRowLocks(List<Region.RowLock> rowLocks)
If the given list of row locks is not null, releases all locks.
|
void |
HRegion.releaseRowLocks(List<Region.RowLock> rowLocks) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.