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