public class WritePayload extends IndexPayload
| Modifier and Type | Field and Description |
|---|---|
private ByteBuffer |
submit |
| Constructor and Description |
|---|
WritePayload(int groupidx,
long offidx,
ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
push(ByteBuffer into)
The only common method to all payload is the ability to push themselfs
into a byte buffer.
|
pushIndexprivate final ByteBuffer submit
WritePayload(int groupidx,
long offidx,
ByteBuffer data)
commandid - public ByteBuffer push(ByteBuffer into)
AdsPayloadpush in class AdsPayload