public static class HRegion.RowLockImpl extends Object implements Region.RowLock
Constructor and Description |
---|
HRegion.RowLockImpl() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.regionserver.HRegion.RowLockContext |
getContext() |
void |
release()
Release the given lock.
|
void |
setContext(org.apache.hadoop.hbase.regionserver.HRegion.RowLockContext context) |
public org.apache.hadoop.hbase.regionserver.HRegion.RowLockContext getContext()
public void setContext(org.apache.hadoop.hbase.regionserver.HRegion.RowLockContext context)
public void release()
Region.RowLock
release
in interface Region.RowLock
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.