public final class ResponseFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ResponseFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_CORRELATION_ID |
| Constructor | Description |
|---|---|
ResponseFW() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
correlationId() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
ResponseFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
ResponseFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_CORRELATION_ID
public long correlationId()
public ResponseFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public ResponseFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All rights reserved.