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.RowLock
release
in interface Region.RowLock
Copyright © 2007–2019 Cloudera. All rights reserved.