public final class AmqpAnnotationFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpAnnotationFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_KEY |
|
static int |
FIELD_OFFSET_VALUE |
| Constructor | Description |
|---|---|
AmqpAnnotationFW() |
| Modifier and Type | Method | Description |
|---|---|---|
AmqpAnnotationKeyFW |
key() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
AmqpAnnotationFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpBinaryFW |
value() |
|
AmqpAnnotationFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_KEY
public static final int FIELD_OFFSET_VALUE
public AmqpAnnotationKeyFW key()
public AmqpBinaryFW value()
public AmqpAnnotationFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpAnnotationFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.