Package io.deephaven.sbe.standalone.gen
Class TableSubscriptionErrorEncoder
java.lang.Object
io.deephaven.sbe.standalone.gen.TableSubscriptionErrorEncoder
public class TableSubscriptionErrorEncoder extends Object
Error message
-
Field Summary
Fields Modifier and Type Field Description 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 TableSubscriptionErrorEncoder()
-
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
-
-
Constructor Details
-
TableSubscriptionErrorEncoder
public TableSubscriptionErrorEncoder()
-
-
Method Details
-
sbeBlockLength
public int sbeBlockLength() -
sbeTemplateId
public int sbeTemplateId() -
sbeSchemaId
public int sbeSchemaId() -
sbeSchemaVersion
public int sbeSchemaVersion() -
sbeSemanticType
-
buffer
public org.agrona.MutableDirectBuffer buffer() -
offset
public int offset() -
wrap
-
wrapAndApplyHeader
public TableSubscriptionErrorEncoder wrapAndApplyHeader(org.agrona.MutableDirectBuffer buffer, int offset, MessageHeaderEncoder headerEncoder) -
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
-
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() -
errorMessageCharacterEncoding
-
errorMessageMetaAttribute
-
errorMessageHeaderLength
public static int errorMessageHeaderLength() -
putErrorMessage
public TableSubscriptionErrorEncoder putErrorMessage(org.agrona.DirectBuffer src, int srcOffset, int length) -
putErrorMessage
-
errorMessage
-
toString
-
appendTo
-