|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowMutations | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.rest.client |
Uses of RowMutations in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client with parameters of type RowMutations | |
---|---|
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. |
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. |
void |
HTableInterface.mutateRow(RowMutations rm)
Performs multiple mutations atomically on a single row. |
void |
HTable.mutateRow(RowMutations rm)
Performs multiple mutations atomically on a single row. |
Uses of RowMutations in org.apache.hadoop.hbase.rest.client |
---|
Methods in org.apache.hadoop.hbase.rest.client with parameters of type RowMutations | |
---|---|
boolean |
RemoteHTable.checkAndMutate(byte[] row,
byte[] family,
byte[] qualifier,
CompareFilter.CompareOp compareOp,
byte[] value,
RowMutations mutation)
|
void |
RemoteHTable.mutateRow(RowMutations rm)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |