|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowLock | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.rest.client |
Uses of RowLock in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that return RowLock | |
---|---|
RowLock |
Mutation.getRowLock()
Deprecated. RowLock and associated operations are deprecated |
RowLock |
Increment.getRowLock()
Deprecated. RowLock and associated operations are deprecated |
RowLock |
Get.getRowLock()
Method for retrieving the get's RowLock |
RowLock |
HTable.lockRow(byte[] row)
Obtains a lock on a row. |
RowLock |
HTableInterface.lockRow(byte[] row)
Deprecated. RowLock and associated operations are deprecated |
Methods in org.apache.hadoop.hbase.client with parameters of type RowLock | |
---|---|
void |
HTable.unlockRow(RowLock rl)
Releases a row lock. |
void |
HTableInterface.unlockRow(RowLock rl)
Deprecated. RowLock and associated operations are deprecated |
Constructors in org.apache.hadoop.hbase.client with parameters of type RowLock | |
---|---|
Delete(byte[] row,
long timestamp,
RowLock rowLock)
Deprecated. RowLock is deprecated, use Delete.Delete(byte[], long) . |
|
Get(byte[] row,
RowLock rowLock)
Deprecated. RowLock is deprecated, use Get.Get(byte[]) . |
|
Increment(byte[] row,
RowLock rowLock)
Deprecated. RowLock and associated operations are deprecated,
use Increment.Increment(byte[]) |
|
Put(byte[] row,
long ts,
RowLock rowLock)
Deprecated. RowLock and associated operations are deprecated,
use Put.Put(byte[], long) |
|
Put(byte[] row,
RowLock rowLock)
Deprecated. RowLock and associated operations are deprecated, use Put.Put(byte[]) |
Uses of RowLock in org.apache.hadoop.hbase.rest.client |
---|
Methods in org.apache.hadoop.hbase.rest.client that return RowLock | |
---|---|
RowLock |
RemoteHTable.lockRow(byte[] row)
Deprecated. RowLock and associated operations are deprecated |
Methods in org.apache.hadoop.hbase.rest.client with parameters of type RowLock | |
---|---|
void |
RemoteHTable.unlockRow(RowLock rl)
Deprecated. RowLock and associated operations are deprecated |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |