All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
int |
actingVersion() |
StringBuilder |
appendTo(StringBuilder builder) |
DirectBuffer |
buffer() |
int |
encodedLength() |
int |
getNamespaceName(byte[] dst,
int dstOffset,
int length) |
int |
getNamespaceName(MutableDirectBuffer dst,
int dstOffset,
int length) |
int |
getPackageName(byte[] dst,
int dstOffset,
int length) |
int |
getPackageName(MutableDirectBuffer dst,
int dstOffset,
int length) |
int |
getSemanticVersion(byte[] dst,
int dstOffset,
int length) |
int |
getSemanticVersion(MutableDirectBuffer dst,
int dstOffset,
int length) |
int |
irId() |
static int |
irIdEncodingLength() |
static int |
irIdEncodingOffset() |
static int |
irIdId() |
static int |
irIdMaxValue() |
static String |
irIdMetaAttribute(MetaAttribute metaAttribute) |
static int |
irIdMinValue() |
static int |
irIdNullValue() |
static int |
irIdSinceVersion() |
int |
irVersion() |
static int |
irVersionEncodingLength() |
static int |
irVersionEncodingOffset() |
static int |
irVersionId() |
static int |
irVersionMaxValue() |
static String |
irVersionMetaAttribute(MetaAttribute metaAttribute) |
static int |
irVersionMinValue() |
static int |
irVersionNullValue() |
static int |
irVersionSinceVersion() |
int |
limit() |
void |
limit(int limit) |
String |
namespaceName() |
static String |
namespaceNameCharacterEncoding() |
static int |
namespaceNameHeaderLength() |
static int |
namespaceNameId() |
int |
namespaceNameLength() |
static String |
namespaceNameMetaAttribute(MetaAttribute metaAttribute) |
static int |
namespaceNameSinceVersion() |
int |
offset() |
String |
packageName() |
static String |
packageNameCharacterEncoding() |
static int |
packageNameHeaderLength() |
static int |
packageNameId() |
int |
packageNameLength() |
static String |
packageNameMetaAttribute(MetaAttribute metaAttribute) |
static int |
packageNameSinceVersion() |
int |
sbeBlockLength() |
int |
sbeDecodedLength() |
FrameCodecDecoder |
sbeRewind() |
int |
sbeSchemaId() |
int |
sbeSchemaVersion() |
String |
sbeSemanticType() |
FrameCodecDecoder |
sbeSkip() |
int |
sbeTemplateId() |
int |
schemaVersion() |
static int |
schemaVersionEncodingLength() |
static int |
schemaVersionEncodingOffset() |
static int |
schemaVersionId() |
static int |
schemaVersionMaxValue() |
static String |
schemaVersionMetaAttribute(MetaAttribute metaAttribute) |
static int |
schemaVersionMinValue() |
static int |
schemaVersionNullValue() |
static int |
schemaVersionSinceVersion() |
String |
semanticVersion() |
static String |
semanticVersionCharacterEncoding() |
static int |
semanticVersionHeaderLength() |
static int |
semanticVersionId() |
int |
semanticVersionLength() |
static String |
semanticVersionMetaAttribute(MetaAttribute metaAttribute) |
static int |
semanticVersionSinceVersion() |
int |
skipNamespaceName() |
int |
skipPackageName() |
int |
skipSemanticVersion() |
String |
toString() |
FrameCodecDecoder |
wrap(DirectBuffer buffer,
int offset,
int actingBlockLength,
int actingVersion) |
FrameCodecDecoder |
wrapAndApplyHeader(DirectBuffer buffer,
int offset,
MessageHeaderDecoder headerDecoder) |
void |
wrapNamespaceName(DirectBuffer wrapBuffer) |
void |
wrapPackageName(DirectBuffer wrapBuffer) |
void |
wrapSemanticVersion(DirectBuffer wrapBuffer) |