public final class EndFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
EndFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_AUTHORIZATION |
|
static int |
FIELD_OFFSET_EXTENSION |
|
static int |
FIELD_OFFSET_ROUTE_ID |
|
static int |
FIELD_OFFSET_STREAM_ID |
|
static int |
FIELD_OFFSET_TIMESTAMP |
|
static int |
FIELD_OFFSET_TRACE |
|
static int |
TYPE_ID |
| Constructor | Description |
|---|---|
EndFW() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
authorization() |
|
OctetsFW |
extension() |
|
int |
limit() |
|
long |
routeId() |
|
long |
streamId() |
|
long |
timestamp() |
|
java.lang.String |
toString() |
|
long |
trace() |
|
EndFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
int |
typeId() |
|
EndFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_ROUTE_ID
public static final int FIELD_OFFSET_STREAM_ID
public static final int FIELD_OFFSET_TIMESTAMP
public static final int FIELD_OFFSET_TRACE
public static final int FIELD_OFFSET_AUTHORIZATION
public static final int FIELD_OFFSET_EXTENSION
public static final int TYPE_ID
public long routeId()
public long streamId()
public long timestamp()
public long trace()
public long authorization()
public OctetsFW extension()
public int typeId()
public EndFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public EndFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All rights reserved.