|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowLock | |
---|---|
org.hbase.async |
Uses of RowLock in org.hbase.async |
---|
Methods in org.hbase.async that return types with arguments of type RowLock | |
---|---|
com.stumbleupon.async.Deferred<RowLock> |
HBaseClient.lockRow(RowLockRequest request)
Acquires an explicit row lock. |
Methods in org.hbase.async with parameters of type RowLock | |
---|---|
com.stumbleupon.async.Deferred<Object> |
HBaseClient.unlockRow(RowLock lock)
Releases an explicit row lock. |
GetRequest |
GetRequest.withRowLock(RowLock lock)
Specifies an explicit row lock to use with this request. |
Constructors in org.hbase.async with parameters of type RowLock | |
---|---|
DeleteRequest(byte[] table,
byte[] key,
byte[][] families,
byte[][][] qualifiers,
long timestamp,
RowLock lock)
Constructor to delete a specific number of cells in a row with a row lock. |
|
DeleteRequest(byte[] table,
byte[] key,
byte[][] families,
byte[][][] qualifiers,
RowLock lock)
Constructor to delete a specific number of cells in a row. |
|
DeleteRequest(byte[] table,
byte[] key,
byte[] family,
byte[][] qualifiers,
long timestamp,
RowLock lock)
Constructor to delete a specific number of cells in a row with a row lock. |
|
DeleteRequest(byte[] table,
byte[] key,
byte[] family,
byte[][] qualifiers,
RowLock lock)
Constructor to delete a specific number of cells in a row. |
|
DeleteRequest(byte[] table,
byte[] key,
byte[] family,
byte[] qualifier,
long timestamp,
RowLock lock)
Constructor to delete a specific cell with an explicit row lock. |
|
DeleteRequest(byte[] table,
byte[] key,
byte[] family,
byte[] qualifier,
RowLock lock)
Constructor to delete a specific cell with an explicit row lock. |
|
DeleteRequest(byte[] table,
KeyValue kv,
RowLock lock)
Constructor to delete a specific cell with an explicit row lock. |
|
DeleteRequest(String table,
String key,
String family,
String qualifier,
RowLock lock)
Constructor to delete a specific cell with an explicit row lock. |
|
PutRequest(byte[] table,
byte[] key,
byte[][] families,
byte[][][] qualifiers,
byte[][][] values,
long[][] timestamps,
RowLock lock)
Constructor for multiple columns with current time and explicit row lock. |
|
PutRequest(byte[] table,
byte[] key,
byte[][] families,
byte[][][] qualifiers,
byte[][][] values,
long timestamp,
RowLock lock)
Constructor for multiple columns with current time and explicit row lock. |
|
PutRequest(byte[] table,
byte[] key,
byte[] family,
byte[][] qualifiers,
byte[][] values,
long timestamp,
RowLock lock)
Constructor for multiple columns with current time and explicit row lock. |
|
PutRequest(byte[] table,
byte[] key,
byte[] family,
byte[] qualifier,
byte[] value,
long timestamp,
RowLock lock)
Constructor using current time and an explicit row lock. |
|
PutRequest(byte[] table,
byte[] key,
byte[] family,
byte[] qualifier,
byte[] value,
RowLock lock)
Constructor using an explicit row lock. |
|
PutRequest(byte[] table,
KeyValue kv,
RowLock lock)
Constructor from a KeyValue with an explicit row lock. |
|
PutRequest(String table,
String key,
String family,
String qualifier,
String value,
RowLock lock)
Convenience constructor with explicit row lock (higher overhead). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |