@Deprecated public final class SnapshotRecordingsEncoder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SnapshotRecordingsEncoder.SnapshotsEncoder
Deprecated.
Snapshots of state for the consensus module and services.
|
| 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 |
|---|
SnapshotRecordingsEncoder()
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 MutableDirectBuffer buffer()
public int initialOffset()
public int offset()
public SnapshotRecordingsEncoder wrap(MutableDirectBuffer buffer, int offset)
public SnapshotRecordingsEncoder wrapAndApplyHeader(MutableDirectBuffer buffer, int offset, MessageHeaderEncoder headerEncoder)
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 SnapshotRecordingsEncoder correlationId(long value)
public static long snapshotsId()
public SnapshotRecordingsEncoder.SnapshotsEncoder snapshotsCount(int count)
count - of times the group will be encoded.public static int memberEndpointsId()
public static String memberEndpointsCharacterEncoding()
public static String memberEndpointsMetaAttribute(MetaAttribute metaAttribute)
public static int memberEndpointsHeaderLength()
public SnapshotRecordingsEncoder putMemberEndpoints(DirectBuffer src, int srcOffset, int length)
public SnapshotRecordingsEncoder putMemberEndpoints(byte[] src, int srcOffset, int length)
public SnapshotRecordingsEncoder memberEndpoints(String value)
public SnapshotRecordingsEncoder memberEndpoints(CharSequence value)
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.