public final class AmqpDescriptorFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpDescriptorFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static AmqpType |
KIND_DESCRIBED |
| Constructor | Description |
|---|---|
AmqpDescriptorFW() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
get() |
|
AmqpULongFW |
getAsAmqpULong() |
|
AmqpType |
kind() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
AmqpDescriptorFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpDescriptorFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final AmqpType KIND_DESCRIBED
public AmqpULongFW getAsAmqpULong()
public AmqpType kind()
public long get()
public AmqpDescriptorFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpDescriptorFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.