Class MessageHeaderEncoder

java.lang.Object
io.deephaven.sbe.standalone.gen.MessageHeaderEncoder

public class MessageHeaderEncoder extends Object
Message identifiers and length of message root
  • Field Details

  • Constructor Details

    • MessageHeaderEncoder

      public MessageHeaderEncoder()
  • Method Details

    • wrap

      public MessageHeaderEncoder wrap(org.agrona.MutableDirectBuffer buffer, int offset)
    • buffer

      public org.agrona.MutableDirectBuffer buffer()
    • offset

      public int offset()
    • encodedLength

      public int encodedLength()
    • blockLengthEncodingOffset

      public static int blockLengthEncodingOffset()
    • blockLengthEncodingLength

      public static int blockLengthEncodingLength()
    • blockLengthNullValue

      public static int blockLengthNullValue()
    • blockLengthMinValue

      public static int blockLengthMinValue()
    • blockLengthMaxValue

      public static int blockLengthMaxValue()
    • blockLength

      public MessageHeaderEncoder blockLength(int value)
    • templateIdEncodingOffset

      public static int templateIdEncodingOffset()
    • templateIdEncodingLength

      public static int templateIdEncodingLength()
    • templateIdNullValue

      public static int templateIdNullValue()
    • templateIdMinValue

      public static int templateIdMinValue()
    • templateIdMaxValue

      public static int templateIdMaxValue()
    • templateId

      public MessageHeaderEncoder templateId(int value)
    • schemaIdEncodingOffset

      public static int schemaIdEncodingOffset()
    • schemaIdEncodingLength

      public static int schemaIdEncodingLength()
    • schemaIdNullValue

      public static int schemaIdNullValue()
    • schemaIdMinValue

      public static int schemaIdMinValue()
    • schemaIdMaxValue

      public static int schemaIdMaxValue()
    • schemaId

      public MessageHeaderEncoder schemaId(int value)
    • versionEncodingOffset

      public static int versionEncodingOffset()
    • versionEncodingLength

      public static int versionEncodingLength()
    • versionNullValue

      public static int versionNullValue()
    • versionMinValue

      public static int versionMinValue()
    • versionMaxValue

      public static int versionMaxValue()
    • version

      public MessageHeaderEncoder version(int value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • appendTo

      public StringBuilder appendTo(StringBuilder builder)