The {@link Durability} is defaulted to {@link Durability#SYNC_WAL}. @param row The row that contains the cell to increment. @param family The column family of the cell to increment. @param qualifier The column qualifier of the cell to increment. @param amount The amount to increment the cell with (or decrement, if theamount is negative). @return The new value, post increment. @throws IOException if a remote or network exception occurs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|