public final class AmqpReceivedFW extends ListFW
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpReceivedFW.Builder |
Flyweight.Visitor<T>| Constructor | Description |
|---|---|
AmqpReceivedFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
fieldCount() |
|
org.agrona.DirectBuffer |
fields() |
|
boolean |
hasSectionNumber() |
|
boolean |
hasSectionOffset() |
|
int |
length() |
|
int |
limit() |
|
long |
sectionNumber() |
|
long |
sectionOffset() |
|
java.lang.String |
toString() |
|
AmqpReceivedFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpReceivedFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public long sectionNumber()
public boolean hasSectionNumber()
public long sectionOffset()
public boolean hasSectionOffset()
public int fieldCount()
fieldCount in class ListFWpublic AmqpReceivedFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpReceivedFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.