public final class NodeStateFooterDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK_LENGTH |
static ByteOrder |
BYTE_ORDER |
static int |
SCHEMA_ID |
static int |
SCHEMA_VERSION |
static String |
SEMANTIC_VERSION |
static int |
TEMPLATE_ID |
| Constructor and Description |
|---|
NodeStateFooterDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingVersion() |
StringBuilder |
appendTo(StringBuilder builder) |
DirectBuffer |
buffer() |
int |
encodedLength() |
int |
initialOffset() |
int |
limit() |
void |
limit(int limit) |
int |
offset() |
int |
sbeBlockLength() |
int |
sbeDecodedLength() |
NodeStateFooterDecoder |
sbeRewind() |
int |
sbeSchemaId() |
int |
sbeSchemaVersion() |
String |
sbeSemanticType() |
NodeStateFooterDecoder |
sbeSkip() |
int |
sbeTemplateId() |
String |
toString() |
NodeStateFooterDecoder |
wrap(DirectBuffer buffer,
int offset,
int actingBlockLength,
int actingVersion) |
NodeStateFooterDecoder |
wrapAndApplyHeader(DirectBuffer buffer,
int offset,
MessageHeaderDecoder headerDecoder) |
public static final int BLOCK_LENGTH
public static final int TEMPLATE_ID
public static final int SCHEMA_ID
public static final int SCHEMA_VERSION
public static final String SEMANTIC_VERSION
public static final ByteOrder BYTE_ORDER
public int sbeBlockLength()
public int sbeTemplateId()
public int sbeSchemaId()
public int sbeSchemaVersion()
public String sbeSemanticType()
public DirectBuffer buffer()
public int initialOffset()
public int offset()
public NodeStateFooterDecoder wrap(DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
public NodeStateFooterDecoder wrapAndApplyHeader(DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
public NodeStateFooterDecoder sbeRewind()
public int sbeDecodedLength()
public int actingVersion()
public int encodedLength()
public int limit()
public void limit(int limit)
public StringBuilder appendTo(StringBuilder builder)
public NodeStateFooterDecoder sbeSkip()
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.