public final class AmqpDetachFW extends ListFW
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpDetachFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_VALUE_CLOSED |
| Constructor | Description |
|---|---|
AmqpDetachFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
closed() |
|
AmqpErrorFW |
error() |
|
int |
fieldCount() |
|
org.agrona.DirectBuffer |
fields() |
|
long |
handle() |
|
boolean |
hasClosed() |
|
boolean |
hasError() |
|
boolean |
hasHandle() |
|
int |
length() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
AmqpDetachFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpDetachFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int DEFAULT_VALUE_CLOSED
public long handle()
public boolean hasHandle()
public int closed()
public boolean hasClosed()
public AmqpErrorFW error()
public boolean hasError()
public int fieldCount()
fieldCount in class ListFWpublic AmqpDetachFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpDetachFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.