public final class AmqpTransferFW extends ListFW
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpTransferFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_VALUE_ABORTED |
|
static int |
DEFAULT_VALUE_BATCHABLE |
|
static int |
DEFAULT_VALUE_MORE |
|
static int |
DEFAULT_VALUE_RESUME |
| Constructor | Description |
|---|---|
AmqpTransferFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
aborted() |
|
int |
batchable() |
|
long |
deliveryId() |
|
BoundedOctetsFW |
deliveryTag() |
|
int |
fieldCount() |
|
org.agrona.DirectBuffer |
fields() |
|
long |
handle() |
|
boolean |
hasAborted() |
|
boolean |
hasBatchable() |
|
boolean |
hasDeliveryId() |
|
boolean |
hasDeliveryTag() |
|
boolean |
hasHandle() |
|
boolean |
hasMessageFormat() |
|
boolean |
hasMore() |
|
boolean |
hasRcvSettleMode() |
|
boolean |
hasResume() |
|
boolean |
hasSettled() |
|
boolean |
hasState() |
|
int |
length() |
|
int |
limit() |
|
long |
messageFormat() |
|
int |
more() |
|
AmqpReceiverSettleMode |
rcvSettleMode() |
|
int |
resume() |
|
int |
settled() |
|
AmqpDeliveryStateFW |
state() |
|
java.lang.String |
toString() |
|
AmqpTransferFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpTransferFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int DEFAULT_VALUE_MORE
public static final int DEFAULT_VALUE_RESUME
public static final int DEFAULT_VALUE_ABORTED
public static final int DEFAULT_VALUE_BATCHABLE
public long handle()
public boolean hasHandle()
public long deliveryId()
public boolean hasDeliveryId()
public BoundedOctetsFW deliveryTag()
public boolean hasDeliveryTag()
public long messageFormat()
public boolean hasMessageFormat()
public int settled()
public boolean hasSettled()
public int more()
public boolean hasMore()
public AmqpReceiverSettleMode rcvSettleMode()
public boolean hasRcvSettleMode()
public AmqpDeliveryStateFW state()
public boolean hasState()
public int resume()
public boolean hasResume()
public int aborted()
public boolean hasAborted()
public int batchable()
public boolean hasBatchable()
public int fieldCount()
fieldCount in class ListFWpublic AmqpTransferFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpTransferFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.