Class RowsRemovedEncoder.RangesEncoder

java.lang.Object
io.deephaven.sbe.standalone.gen.RowsRemovedEncoder.RangesEncoder
Enclosing class:
RowsRemovedEncoder

public static class RowsRemovedEncoder.RangesEncoder extends Object
  • Field Details

  • Constructor Details

    • RangesEncoder

      public RangesEncoder()
  • Method Details

    • wrap

      public void wrap(RowsRemovedEncoder parentMessage, org.agrona.MutableDirectBuffer buffer, int count)
    • sbeHeaderSize

      public static int sbeHeaderSize()
    • sbeBlockLength

      public static int sbeBlockLength()
    • next

    • startIndexId

      public static int startIndexId()
    • startIndexSinceVersion

      public static int startIndexSinceVersion()
    • startIndexEncodingOffset

      public static int startIndexEncodingOffset()
    • startIndexEncodingLength

      public static int startIndexEncodingLength()
    • startIndexMetaAttribute

      public static String startIndexMetaAttribute(MetaAttribute metaAttribute)
    • startIndexNullValue

      public static long startIndexNullValue()
    • startIndexMinValue

      public static long startIndexMinValue()
    • startIndexMaxValue

      public static long startIndexMaxValue()
    • startIndex

      public RowsRemovedEncoder.RangesEncoder startIndex(long value)
    • endIndexId

      public static int endIndexId()
    • endIndexSinceVersion

      public static int endIndexSinceVersion()
    • endIndexEncodingOffset

      public static int endIndexEncodingOffset()
    • endIndexEncodingLength

      public static int endIndexEncodingLength()
    • endIndexMetaAttribute

      public static String endIndexMetaAttribute(MetaAttribute metaAttribute)
    • endIndexNullValue

      public static long endIndexNullValue()
    • endIndexMinValue

      public static long endIndexMinValue()
    • endIndexMaxValue

      public static long endIndexMaxValue()
    • endIndex

      public RowsRemovedEncoder.RangesEncoder endIndex(long value)