Package io.deephaven.sbe.standalone.gen
Class TableSubscriptionErrorDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.TableSubscriptionErrorDecoder
public class TableSubscriptionErrorDecoder extends Object
Error message
-
Field Summary
Fields Modifier and Type Field Description protected int
actingBlockLength
protected int
actingVersion
static int
BLOCK_LENGTH
static ByteOrder
BYTE_ORDER
protected int
limit
protected int
offset
static int
SCHEMA_ID
static int
SCHEMA_VERSION
static int
TEMPLATE_ID
-
Constructor Summary
Constructors Constructor Description TableSubscriptionErrorDecoder()
-
Method Summary
-
Field Details
-
BLOCK_LENGTH
public static final int BLOCK_LENGTH- See Also:
- Constant Field Values
-
TEMPLATE_ID
public static final int TEMPLATE_ID- See Also:
- Constant Field Values
-
SCHEMA_ID
public static final int SCHEMA_ID- See Also:
- Constant Field Values
-
SCHEMA_VERSION
public static final int SCHEMA_VERSION- See Also:
- Constant Field Values
-
BYTE_ORDER
-
offset
protected int offset -
limit
protected int limit -
actingBlockLength
protected int actingBlockLength -
actingVersion
protected int actingVersion
-
-
Constructor Details
-
TableSubscriptionErrorDecoder
public TableSubscriptionErrorDecoder()
-
-
Method Details
-
sbeBlockLength
public int sbeBlockLength() -
sbeTemplateId
public int sbeTemplateId() -
sbeSchemaId
public int sbeSchemaId() -
sbeSchemaVersion
public int sbeSchemaVersion() -
sbeSemanticType
-
buffer
public org.agrona.DirectBuffer buffer() -
offset
public int offset() -
wrap
public TableSubscriptionErrorDecoder wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion) -
encodedLength
public int encodedLength() -
limit
public int limit() -
limit
public void limit(int limit) -
subscriptionIdId
public static int subscriptionIdId() -
subscriptionIdSinceVersion
public static int subscriptionIdSinceVersion() -
subscriptionIdEncodingOffset
public static int subscriptionIdEncodingOffset() -
subscriptionIdEncodingLength
public static int subscriptionIdEncodingLength() -
subscriptionIdMetaAttribute
-
subscriptionIdNullValue
public static int subscriptionIdNullValue() -
subscriptionIdMinValue
public static int subscriptionIdMinValue() -
subscriptionIdMaxValue
public static int subscriptionIdMaxValue() -
subscriptionId
public int subscriptionId() -
errorCodeId
public static int errorCodeId() -
errorCodeSinceVersion
public static int errorCodeSinceVersion() -
errorCodeEncodingOffset
public static int errorCodeEncodingOffset() -
errorCodeEncodingLength
public static int errorCodeEncodingLength() -
errorCodeMetaAttribute
-
errorCode
-
errorMessageId
public static int errorMessageId() -
errorMessageSinceVersion
public static int errorMessageSinceVersion() -
errorMessageCharacterEncoding
-
errorMessageMetaAttribute
-
errorMessageHeaderLength
public static int errorMessageHeaderLength() -
errorMessageLength
public int errorMessageLength() -
getErrorMessage
public int getErrorMessage(org.agrona.MutableDirectBuffer dst, int dstOffset, int length) -
getErrorMessage
public int getErrorMessage(byte[] dst, int dstOffset, int length) -
errorMessage
-
toString
-
appendTo
-