Class GroupSizeEncodingEncoder


  • public class GroupSizeEncodingEncoder
    extends java.lang.Object
    Repeating group dimensions
    • Constructor Detail

      • GroupSizeEncodingEncoder

        public GroupSizeEncodingEncoder()
    • Method Detail

      • buffer

        public org.agrona.MutableDirectBuffer buffer()
      • offset

        public int offset()
      • encodedLength

        public int encodedLength()
      • sbeSchemaId

        public int sbeSchemaId()
      • sbeSchemaVersion

        public int sbeSchemaVersion()
      • 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()
      • numInGroupEncodingOffset

        public static int numInGroupEncodingOffset()
      • numInGroupEncodingLength

        public static int numInGroupEncodingLength()
      • numInGroupNullValue

        public static int numInGroupNullValue()
      • numInGroupMinValue

        public static int numInGroupMinValue()
      • numInGroupMaxValue

        public static int numInGroupMaxValue()
      • toString

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

        public java.lang.StringBuilder appendTo​(java.lang.StringBuilder builder)