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