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