public final class AmqpListFW extends ListFW
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpListFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static AmqpType |
KIND_LIST0 |
|
static AmqpType |
KIND_LIST32 |
|
static AmqpType |
KIND_LIST8 |
|
static byte |
MISSING_FIELD_PLACEHOLDER |
| Constructor | Description |
|---|---|
AmqpListFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
fieldCount() |
|
org.agrona.DirectBuffer |
fields() |
|
ListFW |
get() |
|
AmqpType |
kind() |
|
int |
length() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
AmqpListFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpListFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final AmqpType KIND_LIST32
public static final AmqpType KIND_LIST8
public static final AmqpType KIND_LIST0
public static final byte MISSING_FIELD_PLACEHOLDER
public int fieldCount()
fieldCount in class ListFWpublic AmqpType kind()
public ListFW get()
public AmqpListFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpListFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.