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