|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowLock | |
---|---|
org.apache.hadoop.hbase.client |
Uses of RowLock in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that return RowLock | |
---|---|
RowLock |
HTable.lockRow(byte[] row)
Obtain a row lock |
Methods in org.apache.hadoop.hbase.client with parameters of type RowLock | |
---|---|
void |
HTable.commit(BatchUpdate batchUpdate,
RowLock rl)
Commit a BatchUpdate to the table using existing row lock. |
void |
HTable.deleteAll(byte[] row,
byte[] column,
long ts,
RowLock rl)
Delete all cells that match the passed row and column and whose timestamp is equal-to or older than the passed timestamp, using an existing row lock. |
void |
HTable.deleteFamily(byte[] row,
byte[] family,
long timestamp,
RowLock rl)
Delete all cells for a row with matching column family with timestamps less than or equal to timestamp, using existing row lock. |
RowResult |
HTable.getRow(byte[] row,
byte[][] columns,
long ts,
RowLock rl)
Get selected columns for the specified row at a specified timestamp using existing row lock. |
void |
HTable.unlockRow(RowLock rl)
Release a row lock |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |