public final class StopCatchupDecoder 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 |
|---|
StopCatchupDecoder() |
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 StopCatchupDecoder wrap(DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
public StopCatchupDecoder wrapAndApplyHeader(DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
public StopCatchupDecoder sbeRewind()
public int sbeDecodedLength()
public int actingVersion()
public int encodedLength()
public int limit()
public void limit(int limit)
public static int leadershipTermIdId()
public static int leadershipTermIdSinceVersion()
public static int leadershipTermIdEncodingOffset()
public static int leadershipTermIdEncodingLength()
public static String leadershipTermIdMetaAttribute(MetaAttribute metaAttribute)
public static long leadershipTermIdNullValue()
public static long leadershipTermIdMinValue()
public static long leadershipTermIdMaxValue()
public long leadershipTermId()
public static int followerMemberIdId()
public static int followerMemberIdSinceVersion()
public static int followerMemberIdEncodingOffset()
public static int followerMemberIdEncodingLength()
public static String followerMemberIdMetaAttribute(MetaAttribute metaAttribute)
public static int followerMemberIdNullValue()
public static int followerMemberIdMinValue()
public static int followerMemberIdMaxValue()
public int followerMemberId()
public StringBuilder appendTo(StringBuilder builder)
public StopCatchupDecoder sbeSkip()
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.