@Deprecated public final class SnapshotRecordingQueryDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK_LENGTH
Deprecated.
|
static ByteOrder |
BYTE_ORDER
Deprecated.
|
static int |
SCHEMA_ID
Deprecated.
|
static int |
SCHEMA_VERSION
Deprecated.
|
static String |
SEMANTIC_VERSION
Deprecated.
|
static int |
TEMPLATE_ID
Deprecated.
|
| Constructor and Description |
|---|
SnapshotRecordingQueryDecoder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
actingVersion()
Deprecated.
|
StringBuilder |
appendTo(StringBuilder builder)
Deprecated.
|
DirectBuffer |
buffer()
Deprecated.
|
long |
correlationId()
Deprecated.
|
static int |
correlationIdEncodingLength()
Deprecated.
|
static int |
correlationIdEncodingOffset()
Deprecated.
|
static int |
correlationIdId()
Deprecated.
|
static long |
correlationIdMaxValue()
Deprecated.
|
static String |
correlationIdMetaAttribute(MetaAttribute metaAttribute)
Deprecated.
|
static long |
correlationIdMinValue()
Deprecated.
|
static long |
correlationIdNullValue()
Deprecated.
|
static int |
correlationIdSinceVersion()
Deprecated.
|
int |
encodedLength()
Deprecated.
|
int |
initialOffset()
Deprecated.
|
int |
limit()
Deprecated.
|
void |
limit(int limit)
Deprecated.
|
int |
offset()
Deprecated.
|
int |
requestMemberId()
Deprecated.
|
static int |
requestMemberIdEncodingLength()
Deprecated.
|
static int |
requestMemberIdEncodingOffset()
Deprecated.
|
static int |
requestMemberIdId()
Deprecated.
|
static int |
requestMemberIdMaxValue()
Deprecated.
|
static String |
requestMemberIdMetaAttribute(MetaAttribute metaAttribute)
Deprecated.
|
static int |
requestMemberIdMinValue()
Deprecated.
|
static int |
requestMemberIdNullValue()
Deprecated.
|
static int |
requestMemberIdSinceVersion()
Deprecated.
|
int |
sbeBlockLength()
Deprecated.
|
int |
sbeDecodedLength()
Deprecated.
|
SnapshotRecordingQueryDecoder |
sbeRewind()
Deprecated.
|
int |
sbeSchemaId()
Deprecated.
|
int |
sbeSchemaVersion()
Deprecated.
|
String |
sbeSemanticType()
Deprecated.
|
SnapshotRecordingQueryDecoder |
sbeSkip()
Deprecated.
|
int |
sbeTemplateId()
Deprecated.
|
String |
toString()
Deprecated.
|
SnapshotRecordingQueryDecoder |
wrap(DirectBuffer buffer,
int offset,
int actingBlockLength,
int actingVersion)
Deprecated.
|
SnapshotRecordingQueryDecoder |
wrapAndApplyHeader(DirectBuffer buffer,
int offset,
MessageHeaderDecoder headerDecoder)
Deprecated.
|
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 SnapshotRecordingQueryDecoder wrap(DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
public SnapshotRecordingQueryDecoder wrapAndApplyHeader(DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
public SnapshotRecordingQueryDecoder sbeRewind()
public int sbeDecodedLength()
public int actingVersion()
public int encodedLength()
public int limit()
public void limit(int limit)
public static int correlationIdId()
public static int correlationIdSinceVersion()
public static int correlationIdEncodingOffset()
public static int correlationIdEncodingLength()
public static String correlationIdMetaAttribute(MetaAttribute metaAttribute)
public static long correlationIdNullValue()
public static long correlationIdMinValue()
public static long correlationIdMaxValue()
public long correlationId()
public static int requestMemberIdId()
public static int requestMemberIdSinceVersion()
public static int requestMemberIdEncodingOffset()
public static int requestMemberIdEncodingLength()
public static String requestMemberIdMetaAttribute(MetaAttribute metaAttribute)
public static int requestMemberIdNullValue()
public static int requestMemberIdMinValue()
public static int requestMemberIdMaxValue()
public int requestMemberId()
public StringBuilder appendTo(StringBuilder builder)
public SnapshotRecordingQueryDecoder sbeSkip()
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.