public static class HRegion.RowLockImpl extends Object implements Region.RowLock
| Modifier and Type | Field and Description |
|---|---|
private HRegion.RowLockContext |
context |
private Lock |
lock |
| Constructor and Description |
|---|
RowLockImpl(HRegion.RowLockContext context,
Lock lock) |
| Modifier and Type | Method and Description |
|---|---|
HRegion.RowLockContext |
getContext() |
Lock |
getLock() |
void |
release()
Release the given lock.
|
String |
toString() |
private final HRegion.RowLockContext context
public RowLockImpl(HRegion.RowLockContext context, Lock lock)
public HRegion.RowLockContext getContext()
public void release()
Region.RowLockrelease in interface Region.RowLockCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.