public class Operation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Operation |
NO_OVERWRITE |
static Operation |
PLACEHOLDER |
static Operation |
PUT |
| Modifier and Type | Method and Description |
|---|---|
void |
readFromBuffer(java.nio.ByteBuffer buffer) |
void |
writeToBuffer(java.nio.ByteBuffer buffer)
Serialize this object into the buffer.
|