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