public interface RowUpdate
| Modifier and Type | Method and Description |
|---|---|
void |
inc(RowUpdate rowUpdate)
Increment this row update using a
RowUpdate object. |
java.nio.ByteBuffer |
serialize()
Serialize this row update into a
ByteBuffer object. |
void inc(RowUpdate rowUpdate)
RowUpdate object.rowUpdate - the RowUpdate object to apply to this row
update.java.nio.ByteBuffer serialize()
ByteBuffer object.ByteBuffer object containing the serialized data.