@Deprecated public final class JoinClusterDecoder 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 |
|---|
JoinClusterDecoder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
actingVersion()
Deprecated.
|
StringBuilder |
appendTo(StringBuilder builder)
Deprecated.
|
DirectBuffer |
buffer()
Deprecated.
|
int |
encodedLength()
Deprecated.
|
int |
initialOffset()
Deprecated.
|
long |
leadershipTermId()
Deprecated.
|
static int |
leadershipTermIdEncodingLength()
Deprecated.
|
static int |
leadershipTermIdEncodingOffset()
Deprecated.
|
static int |
leadershipTermIdId()
Deprecated.
|
static long |
leadershipTermIdMaxValue()
Deprecated.
|
static String |
leadershipTermIdMetaAttribute(MetaAttribute metaAttribute)
Deprecated.
|
static long |
leadershipTermIdMinValue()
Deprecated.
|
static long |
leadershipTermIdNullValue()
Deprecated.
|
static int |
leadershipTermIdSinceVersion()
Deprecated.
|
int |
limit()
Deprecated.
|
void |
limit(int limit)
Deprecated.
|
int |
memberId()
Deprecated.
|
static int |
memberIdEncodingLength()
Deprecated.
|
static int |
memberIdEncodingOffset()
Deprecated.
|
static int |
memberIdId()
Deprecated.
|
static int |
memberIdMaxValue()
Deprecated.
|
static String |
memberIdMetaAttribute(MetaAttribute metaAttribute)
Deprecated.
|
static int |
memberIdMinValue()
Deprecated.
|
static int |
memberIdNullValue()
Deprecated.
|
static int |
memberIdSinceVersion()
Deprecated.
|
int |
offset()
Deprecated.
|
int |
sbeBlockLength()
Deprecated.
|
int |
sbeDecodedLength()
Deprecated.
|
JoinClusterDecoder |
sbeRewind()
Deprecated.
|
int |
sbeSchemaId()
Deprecated.
|
int |
sbeSchemaVersion()
Deprecated.
|
String |
sbeSemanticType()
Deprecated.
|
JoinClusterDecoder |
sbeSkip()
Deprecated.
|
int |
sbeTemplateId()
Deprecated.
|
String |
toString()
Deprecated.
|
JoinClusterDecoder |
wrap(DirectBuffer buffer,
int offset,
int actingBlockLength,
int actingVersion)
Deprecated.
|
JoinClusterDecoder |
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 JoinClusterDecoder wrap(DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
public JoinClusterDecoder wrapAndApplyHeader(DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
public JoinClusterDecoder 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 memberIdId()
public static int memberIdSinceVersion()
public static int memberIdEncodingOffset()
public static int memberIdEncodingLength()
public static String memberIdMetaAttribute(MetaAttribute metaAttribute)
public static int memberIdNullValue()
public static int memberIdMinValue()
public static int memberIdMaxValue()
public int memberId()
public StringBuilder appendTo(StringBuilder builder)
public JoinClusterDecoder sbeSkip()
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.