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