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