public final class WindowFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
WindowFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_AUTHORIZATION |
|
static int |
FIELD_OFFSET_BUDGET_ID |
|
static int |
FIELD_OFFSET_CAPABILITIES |
|
static int |
FIELD_OFFSET_CREDIT |
|
static int |
FIELD_OFFSET_MINIMUM |
|
static int |
FIELD_OFFSET_PADDING |
|
static int |
FIELD_OFFSET_ROUTE_ID |
|
static int |
FIELD_OFFSET_STREAM_ID |
|
static int |
FIELD_OFFSET_TIMESTAMP |
|
static int |
FIELD_OFFSET_TRACE_ID |
|
static int |
TYPE_ID |
| Constructor | Description |
|---|---|
WindowFW() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
authorization() |
|
long |
budgetId() |
|
int |
capabilities() |
|
int |
credit() |
|
int |
limit() |
|
int |
minimum() |
|
int |
padding() |
|
long |
routeId() |
|
long |
streamId() |
|
long |
timestamp() |
|
java.lang.String |
toString() |
|
long |
traceId() |
|
WindowFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
int |
typeId() |
|
WindowFW |
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_ID
public static final int FIELD_OFFSET_AUTHORIZATION
public static final int FIELD_OFFSET_BUDGET_ID
public static final int FIELD_OFFSET_CREDIT
public static final int FIELD_OFFSET_PADDING
public static final int FIELD_OFFSET_MINIMUM
public static final int FIELD_OFFSET_CAPABILITIES
public static final int TYPE_ID
public long routeId()
public long streamId()
public long timestamp()
public long traceId()
public long authorization()
public long budgetId()
public int credit()
public int padding()
public int minimum()
public int capabilities()
public int typeId()
public WindowFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public WindowFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.