@Deprecated public final class AddPassiveMemberDecoder 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 |
|---|
AddPassiveMemberDecoder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
actingVersion()
Deprecated.
|
StringBuilder |
appendTo(StringBuilder builder)
Deprecated.
|
DirectBuffer |
buffer()
Deprecated.
|
long |
correlationId()
Deprecated.
|
static int |
correlationIdEncodingLength()
Deprecated.
|
static int |
correlationIdEncodingOffset()
Deprecated.
|
static int |
correlationIdId()
Deprecated.
|
static long |
correlationIdMaxValue()
Deprecated.
|
static String |
correlationIdMetaAttribute(MetaAttribute metaAttribute)
Deprecated.
|
static long |
correlationIdMinValue()
Deprecated.
|
static long |
correlationIdNullValue()
Deprecated.
|
static int |
correlationIdSinceVersion()
Deprecated.
|
int |
encodedLength()
Deprecated.
|
int |
getMemberEndpoints(Appendable appendable)
Deprecated.
|
int |
getMemberEndpoints(byte[] dst,
int dstOffset,
int length)
Deprecated.
|
int |
getMemberEndpoints(MutableDirectBuffer dst,
int dstOffset,
int length)
Deprecated.
|
int |
initialOffset()
Deprecated.
|
int |
limit()
Deprecated.
|
void |
limit(int limit)
Deprecated.
|
String |
memberEndpoints()
Deprecated.
|
static String |
memberEndpointsCharacterEncoding()
Deprecated.
|
static int |
memberEndpointsHeaderLength()
Deprecated.
|
static int |
memberEndpointsId()
Deprecated.
|
int |
memberEndpointsLength()
Deprecated.
|
static String |
memberEndpointsMetaAttribute(MetaAttribute metaAttribute)
Deprecated.
|
static int |
memberEndpointsSinceVersion()
Deprecated.
|
int |
offset()
Deprecated.
|
int |
sbeBlockLength()
Deprecated.
|
int |
sbeDecodedLength()
Deprecated.
|
AddPassiveMemberDecoder |
sbeRewind()
Deprecated.
|
int |
sbeSchemaId()
Deprecated.
|
int |
sbeSchemaVersion()
Deprecated.
|
String |
sbeSemanticType()
Deprecated.
|
AddPassiveMemberDecoder |
sbeSkip()
Deprecated.
|
int |
sbeTemplateId()
Deprecated.
|
int |
skipMemberEndpoints()
Deprecated.
|
String |
toString()
Deprecated.
|
AddPassiveMemberDecoder |
wrap(DirectBuffer buffer,
int offset,
int actingBlockLength,
int actingVersion)
Deprecated.
|
AddPassiveMemberDecoder |
wrapAndApplyHeader(DirectBuffer buffer,
int offset,
MessageHeaderDecoder headerDecoder)
Deprecated.
|
void |
wrapMemberEndpoints(DirectBuffer wrapBuffer)
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 AddPassiveMemberDecoder wrap(DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
public AddPassiveMemberDecoder wrapAndApplyHeader(DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
public AddPassiveMemberDecoder sbeRewind()
public int sbeDecodedLength()
public int actingVersion()
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 long correlationId()
public static int memberEndpointsId()
public static int memberEndpointsSinceVersion()
public static String memberEndpointsCharacterEncoding()
public static String memberEndpointsMetaAttribute(MetaAttribute metaAttribute)
public static int memberEndpointsHeaderLength()
public int memberEndpointsLength()
public int skipMemberEndpoints()
public int getMemberEndpoints(MutableDirectBuffer dst, int dstOffset, int length)
public int getMemberEndpoints(byte[] dst,
int dstOffset,
int length)
public void wrapMemberEndpoints(DirectBuffer wrapBuffer)
public String memberEndpoints()
public int getMemberEndpoints(Appendable appendable)
public StringBuilder appendTo(StringBuilder builder)
public AddPassiveMemberDecoder sbeSkip()
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.