public final class ReplayerTimestampDecoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK_LENGTH |
static java.nio.ByteOrder |
BYTE_ORDER |
static int |
SCHEMA_ID |
static int |
SCHEMA_VERSION |
static int |
TEMPLATE_ID |
| Constructor and Description |
|---|
ReplayerTimestampDecoder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
org.agrona.DirectBuffer |
buffer() |
int |
encodedLength() |
int |
initialOffset() |
int |
limit() |
void |
limit(int limit) |
int |
offset() |
int |
sbeBlockLength() |
int |
sbeDecodedLength() |
ReplayerTimestampDecoder |
sbeRewind() |
int |
sbeSchemaId() |
int |
sbeSchemaVersion() |
java.lang.String |
sbeSemanticType() |
ReplayerTimestampDecoder |
sbeSkip() |
int |
sbeTemplateId() |
long |
timestamp() |
static int |
timestampEncodingLength() |
static int |
timestampEncodingOffset() |
static int |
timestampId() |
static long |
timestampMaxValue() |
static java.lang.String |
timestampMetaAttribute(MetaAttribute metaAttribute) |
static long |
timestampMinValue() |
static long |
timestampNullValue() |
static int |
timestampSinceVersion() |
java.lang.String |
toString() |
ReplayerTimestampDecoder |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int actingBlockLength,
int actingVersion) |
ReplayerTimestampDecoder |
wrapAndApplyHeader(org.agrona.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 java.nio.ByteOrder BYTE_ORDER
public int sbeBlockLength()
public int sbeTemplateId()
public int sbeSchemaId()
public int sbeSchemaVersion()
public java.lang.String sbeSemanticType()
public org.agrona.DirectBuffer buffer()
public int initialOffset()
public int offset()
public ReplayerTimestampDecoder wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
public ReplayerTimestampDecoder wrapAndApplyHeader(org.agrona.DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
public ReplayerTimestampDecoder sbeRewind()
public int sbeDecodedLength()
public int encodedLength()
public int limit()
public void limit(int limit)
public static int timestampId()
public static int timestampSinceVersion()
public static int timestampEncodingOffset()
public static int timestampEncodingLength()
public static java.lang.String timestampMetaAttribute(MetaAttribute metaAttribute)
public static long timestampNullValue()
public static long timestampMinValue()
public static long timestampMaxValue()
public long timestamp()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
public ReplayerTimestampDecoder sbeSkip()
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.