@Deprecated public final class RemoveMemberEncoder 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 |
|---|
RemoveMemberEncoder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
appendTo(StringBuilder builder)
Deprecated.
|
MutableDirectBuffer |
buffer()
Deprecated.
|
int |
encodedLength()
Deprecated.
|
int |
initialOffset()
Deprecated.
|
RemoveMemberEncoder |
isPassive(BooleanType value)
Deprecated.
|
static int |
isPassiveEncodingLength()
Deprecated.
|
static int |
isPassiveEncodingOffset()
Deprecated.
|
static int |
isPassiveId()
Deprecated.
|
static String |
isPassiveMetaAttribute(MetaAttribute metaAttribute)
Deprecated.
|
static int |
isPassiveSinceVersion()
Deprecated.
|
int |
limit()
Deprecated.
|
void |
limit(int limit)
Deprecated.
|
RemoveMemberEncoder |
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.
|
RemoveMemberEncoder |
wrap(MutableDirectBuffer buffer,
int offset)
Deprecated.
|
RemoveMemberEncoder |
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 RemoveMemberEncoder wrap(MutableDirectBuffer buffer, int offset)
public RemoveMemberEncoder wrapAndApplyHeader(MutableDirectBuffer buffer, int offset, MessageHeaderEncoder headerEncoder)
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 RemoveMemberEncoder memberId(int value)
public static int isPassiveId()
public static int isPassiveSinceVersion()
public static int isPassiveEncodingOffset()
public static int isPassiveEncodingLength()
public static String isPassiveMetaAttribute(MetaAttribute metaAttribute)
public RemoveMemberEncoder isPassive(BooleanType value)
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.