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