public final class AllocationInstructionDecoder
extends java.lang.Object
implements org.agrona.sbe.MessageDecoderFlyweight
| Modifier and Type | Class and Description |
|---|---|
static class |
AllocationInstructionDecoder.NoAllocsDecoder |
static class |
AllocationInstructionDecoder.NoExecsDecoder |
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK_LENGTH |
static java.nio.ByteOrder |
BYTE_ORDER |
static int |
SCHEMA_ID |
static int |
SCHEMA_VERSION |
static int |
TEMPLATE_ID |
| Constructor and Description |
|---|
AllocationInstructionDecoder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
org.agrona.DirectBuffer |
buffer() |
java.lang.String |
deskID() |
static java.lang.String |
deskIDCharacterEncoding() |
static int |
deskIDHeaderLength() |
static int |
deskIDId() |
int |
deskIDLength() |
static java.lang.String |
deskIDMetaAttribute(MetaAttribute metaAttribute) |
static int |
deskIDSinceVersion() |
int |
encodedLength() |
int |
getDeskID(java.lang.Appendable appendable) |
int |
getDeskID(byte[] dst,
int dstOffset,
int length) |
int |
getDeskID(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length) |
int |
getMemo(byte[] dst,
int dstOffset,
int length) |
int |
getMemo(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length) |
int |
initialOffset() |
int |
limit() |
void |
limit(int limit) |
java.lang.String |
memo() |
static java.lang.String |
memoCharacterEncoding() |
static int |
memoHeaderLength() |
static int |
memoId() |
int |
memoLength() |
static java.lang.String |
memoMetaAttribute(MetaAttribute metaAttribute) |
static int |
memoSinceVersion() |
AllocationInstructionDecoder.NoAllocsDecoder |
noAllocs() |
static long |
noAllocsDecoderId() |
static int |
noAllocsDecoderSinceVersion() |
AllocationInstructionDecoder.NoExecsDecoder |
noExecs() |
static long |
noExecsDecoderId() |
static int |
noExecsDecoderSinceVersion() |
int |
offset() |
int |
sbeBlockLength() |
int |
sbeDecodedLength() |
AllocationInstructionDecoder |
sbeRewind() |
int |
sbeSchemaId() |
int |
sbeSchemaVersion() |
java.lang.String |
sbeSemanticType() |
AllocationInstructionDecoder |
sbeSkip() |
int |
sbeTemplateId() |
Side |
side() |
static int |
sideEncodingLength() |
static int |
sideEncodingOffset() |
static int |
sideId() |
static java.lang.String |
sideMetaAttribute(MetaAttribute metaAttribute) |
byte |
sideRaw() |
static int |
sideSinceVersion() |
int |
skipDeskID() |
int |
skipMemo() |
java.lang.String |
toString() |
int |
tradeDate(int index) |
static int |
tradeDateEncodingLength() |
static int |
tradeDateEncodingOffset() |
static int |
tradeDateId() |
static int |
tradeDateLength() |
static int |
tradeDateMaxValue() |
static java.lang.String |
tradeDateMetaAttribute(MetaAttribute metaAttribute) |
static int |
tradeDateMinValue() |
static int |
tradeDateNullValue() |
static int |
tradeDateSinceVersion() |
AllocationInstructionDecoder |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int actingBlockLength,
int actingVersion) |
AllocationInstructionDecoder |
wrapAndApplyHeader(org.agrona.DirectBuffer buffer,
int offset,
MessageHeaderDecoder headerDecoder) |
void |
wrapDeskID(org.agrona.DirectBuffer wrapBuffer) |
void |
wrapMemo(org.agrona.DirectBuffer wrapBuffer) |
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 java.nio.ByteOrder BYTE_ORDER
public int sbeBlockLength()
sbeBlockLength in interface org.agrona.sbe.MessageFlyweightpublic int sbeTemplateId()
sbeTemplateId in interface org.agrona.sbe.MessageFlyweightpublic int sbeSchemaId()
sbeSchemaId in interface org.agrona.sbe.Flyweightpublic int sbeSchemaVersion()
sbeSchemaVersion in interface org.agrona.sbe.Flyweightpublic java.lang.String sbeSemanticType()
sbeSemanticType in interface org.agrona.sbe.MessageFlyweightpublic org.agrona.DirectBuffer buffer()
buffer in interface org.agrona.sbe.Flyweightpublic int initialOffset()
public int offset()
offset in interface org.agrona.sbe.Flyweightpublic AllocationInstructionDecoder wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
wrap in interface org.agrona.sbe.MessageDecoderFlyweightpublic AllocationInstructionDecoder wrapAndApplyHeader(org.agrona.DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
public AllocationInstructionDecoder sbeRewind()
public int sbeDecodedLength()
sbeDecodedLength in interface org.agrona.sbe.MessageDecoderFlyweightpublic int encodedLength()
encodedLength in interface org.agrona.sbe.Flyweightpublic int limit()
limit in interface org.agrona.sbe.MessageFlyweightpublic void limit(int limit)
limit in interface org.agrona.sbe.MessageFlyweightpublic static int sideId()
public static int sideSinceVersion()
public static int sideEncodingOffset()
public static int sideEncodingLength()
public static java.lang.String sideMetaAttribute(MetaAttribute metaAttribute)
public byte sideRaw()
public Side side()
public static int tradeDateId()
public static int tradeDateSinceVersion()
public static int tradeDateEncodingOffset()
public static int tradeDateEncodingLength()
public static java.lang.String tradeDateMetaAttribute(MetaAttribute metaAttribute)
public static int tradeDateNullValue()
public static int tradeDateMinValue()
public static int tradeDateMaxValue()
public static int tradeDateLength()
public int tradeDate(int index)
public static long noExecsDecoderId()
public static int noExecsDecoderSinceVersion()
public AllocationInstructionDecoder.NoExecsDecoder noExecs()
public static long noAllocsDecoderId()
public static int noAllocsDecoderSinceVersion()
public AllocationInstructionDecoder.NoAllocsDecoder noAllocs()
public static int deskIDId()
public static int deskIDSinceVersion()
public static java.lang.String deskIDCharacterEncoding()
public static java.lang.String deskIDMetaAttribute(MetaAttribute metaAttribute)
public static int deskIDHeaderLength()
public int deskIDLength()
public int skipDeskID()
public int getDeskID(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length)
public int getDeskID(byte[] dst,
int dstOffset,
int length)
public void wrapDeskID(org.agrona.DirectBuffer wrapBuffer)
public java.lang.String deskID()
public int getDeskID(java.lang.Appendable appendable)
public static int memoId()
public static int memoSinceVersion()
public static java.lang.String memoCharacterEncoding()
public static java.lang.String memoMetaAttribute(MetaAttribute metaAttribute)
public static int memoHeaderLength()
public int memoLength()
public int skipMemo()
public int getMemo(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length)
public int getMemo(byte[] dst,
int dstOffset,
int length)
public void wrapMemo(org.agrona.DirectBuffer wrapBuffer)
public java.lang.String memo()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
appendTo in interface org.agrona.sbe.MessageDecoderFlyweightpublic AllocationInstructionDecoder sbeSkip()
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.