public final class DataFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DataFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_AUTHORIZATION |
|
static int |
FIELD_OFFSET_EXTENSION |
|
static int |
FIELD_OFFSET_FLAGS |
|
static int |
FIELD_OFFSET_GROUP_ID |
|
static int |
FIELD_OFFSET_LENGTH |
|
static int |
FIELD_OFFSET_PADDING |
|
static int |
FIELD_OFFSET_PAYLOAD |
|
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 |
|---|---|
DataFW() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
authorization() |
|
OctetsFW |
extension() |
|
int |
flags() |
|
long |
groupId() |
|
int |
length() |
|
int |
limit() |
|
int |
padding() |
|
OctetsFW |
payload() |
|
long |
routeId() |
|
long |
streamId() |
|
long |
timestamp() |
|
java.lang.String |
toString() |
|
long |
trace() |
|
DataFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
int |
typeId() |
|
DataFW |
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_FLAGS
public static final int FIELD_OFFSET_GROUP_ID
public static final int FIELD_OFFSET_PADDING
public static final int FIELD_OFFSET_LENGTH
public static final int FIELD_OFFSET_PAYLOAD
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 int flags()
public long groupId()
public int padding()
public int length()
public OctetsFW payload()
public OctetsFW extension()
public int typeId()
public DataFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public DataFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All rights reserved.