Methods in org.apache.hadoop.hbase.client with parameters of type RowMutations |
boolean |
HTable.checkAndMutate(byte[] row,
byte[] family,
byte[] qualifier,
CompareFilter.CompareOp compareOp,
byte[] value,
RowMutations rm)
Atomically checks if a row/family/qualifier value matches the expected val
If it does, it performs the row mutations. |
boolean |
HTableInterface.checkAndMutate(byte[] row,
byte[] family,
byte[] qualifier,
CompareFilter.CompareOp compareOp,
byte[] value,
RowMutations mutation)
Atomically checks if a row/family/qualifier value matches the expected val
If it does, it performs the row mutations. |
void |
HTable.mutateRow(RowMutations rm)
Performs multiple mutations atomically on a single row. |
void |
HTableInterface.mutateRow(RowMutations rm)
Performs multiple mutations atomically on a single row. |