@Deprecated public final class RemoveMemberDecoder 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 |
|---|
RemoveMemberDecoder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
actingVersion()
Deprecated.
|
StringBuilder |
appendTo(StringBuilder builder)
Deprecated.
|
DirectBuffer |
buffer()
Deprecated.
|
int |
encodedLength()
Deprecated.
|
int |
initialOffset()
Deprecated.
|
BooleanType |
isPassive()
Deprecated.
|
static int |
isPassiveEncodingLength()
Deprecated.
|
static int |
isPassiveEncodingOffset()
Deprecated.
|
static int |
isPassiveId()
Deprecated.
|
static String |
isPassiveMetaAttribute(MetaAttribute metaAttribute)
Deprecated.
|
int |
isPassiveRaw()
Deprecated.
|
static int |
isPassiveSinceVersion()
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.
|
RemoveMemberDecoder |
sbeRewind()
Deprecated.
|
int |
sbeSchemaId()
Deprecated.
|
int |
sbeSchemaVersion()
Deprecated.
|
String |
sbeSemanticType()
Deprecated.
|
RemoveMemberDecoder |
sbeSkip()
Deprecated.
|
int |
sbeTemplateId()
Deprecated.
|
String |
toString()
Deprecated.
|
RemoveMemberDecoder |
wrap(DirectBuffer buffer,
int offset,
int actingBlockLength,
int actingVersion)
Deprecated.
|
RemoveMemberDecoder |
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 RemoveMemberDecoder wrap(DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
public RemoveMemberDecoder wrapAndApplyHeader(DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
public RemoveMemberDecoder sbeRewind()
public int sbeDecodedLength()
public int actingVersion()
public int encodedLength()
public int limit()
public void limit(int limit)
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 static int isPassiveId()
public static int isPassiveSinceVersion()
public static int isPassiveEncodingOffset()
public static int isPassiveEncodingLength()
public static String isPassiveMetaAttribute(MetaAttribute metaAttribute)
public int isPassiveRaw()
public BooleanType isPassive()
public StringBuilder appendTo(StringBuilder builder)
public RemoveMemberDecoder sbeSkip()
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.