public final class AmqpDispositionFW extends ListFW
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpDispositionFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_VALUE_BATCHABLE |
|
static int |
DEFAULT_VALUE_SETTLED |
| Constructor | Description |
|---|---|
AmqpDispositionFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
batchable() |
|
int |
fieldCount() |
|
org.agrona.DirectBuffer |
fields() |
|
long |
first() |
|
boolean |
hasBatchable() |
|
boolean |
hasFirst() |
|
boolean |
hasLast() |
|
boolean |
hasRole() |
|
boolean |
hasSettled() |
|
boolean |
hasState() |
|
long |
last() |
|
int |
length() |
|
int |
limit() |
|
AmqpRole |
role() |
|
int |
settled() |
|
AmqpDeliveryStateFW |
state() |
|
java.lang.String |
toString() |
|
AmqpDispositionFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpDispositionFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int DEFAULT_VALUE_SETTLED
public static final int DEFAULT_VALUE_BATCHABLE
public AmqpRole role()
public boolean hasRole()
public long first()
public boolean hasFirst()
public long last()
public boolean hasLast()
public int settled()
public boolean hasSettled()
public AmqpDeliveryStateFW state()
public boolean hasState()
public int batchable()
public boolean hasBatchable()
public int fieldCount()
fieldCount in class ListFWpublic AmqpDispositionFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpDispositionFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.