public static class HRegion.RowLockImpl extends Object implements Region.RowLock
| Constructor and Description |
|---|
RowLockImpl(org.apache.hadoop.hbase.regionserver.HRegion.RowLockContext context,
Lock lock) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.regionserver.HRegion.RowLockContext |
getContext() |
Lock |
getLock() |
void |
release()
Release the given lock.
|
String |
toString() |
public RowLockImpl(org.apache.hadoop.hbase.regionserver.HRegion.RowLockContext context,
Lock lock)
public Lock getLock()
public org.apache.hadoop.hbase.regionserver.HRegion.RowLockContext getContext()
public void release()
Region.RowLockrelease in interface Region.RowLockCopyright © 2007–2019 Cloudera. All rights reserved.