@Deprecated public final class JoinClusterEncoder 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 |
|---|
JoinClusterEncoder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
appendTo(StringBuilder builder)
Deprecated.
|
MutableDirectBuffer |
buffer()
Deprecated.
|
int |
encodedLength()
Deprecated.
|
int |
initialOffset()
Deprecated.
|
JoinClusterEncoder |
leadershipTermId(long value)
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.
|
JoinClusterEncoder |
memberId(int value)
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 |
sbeSchemaId()
Deprecated.
|
int |
sbeSchemaVersion()
Deprecated.
|
String |
sbeSemanticType()
Deprecated.
|
int |
sbeTemplateId()
Deprecated.
|
String |
toString()
Deprecated.
|
JoinClusterEncoder |
wrap(MutableDirectBuffer buffer,
int offset)
Deprecated.
|
JoinClusterEncoder |
wrapAndApplyHeader(MutableDirectBuffer buffer,
int offset,
MessageHeaderEncoder headerEncoder)
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 JoinClusterEncoder wrap(MutableDirectBuffer buffer, int offset)
public JoinClusterEncoder wrapAndApplyHeader(MutableDirectBuffer buffer, int offset, MessageHeaderEncoder headerEncoder)
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 JoinClusterEncoder leadershipTermId(long value)
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 JoinClusterEncoder memberId(int value)
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.