Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
static class |
HRegion.RowLockImpl
Class used to represent a lock on a row.
|
Modifier and Type | Method and Description |
---|---|
Region.RowLock |
HRegion.getRowLock(byte[] row)
Get an exclusive ( write lock ) lock on a given row.
|
Region.RowLock |
HRegion.getRowLock(byte[] row,
boolean readLock) |
Region.RowLock |
Region.getRowLock(byte[] row,
boolean readLock)
Get a row lock for the specified row.
|
protected Region.RowLock |
HRegion.getRowLockInternal(byte[] row,
boolean readLock,
Region.RowLock prevRowLock) |
Modifier and Type | Method and Description |
---|---|
protected Region.RowLock |
HRegion.getRowLockInternal(byte[] row,
boolean readLock,
Region.RowLock prevRowLock) |
Copyright © 2007–2019 Cloudera. All rights reserved.