java.lang.Object
pl.allegro.tech.hermes.consumers.supervisor.workload.sbe.stubs.ProfilesDecoder

public class ProfilesDecoder extends Object
Subscription profiles
  • Field Details

    • BLOCK_LENGTH

      public static final int BLOCK_LENGTH
      See Also:
    • TEMPLATE_ID

      public static final int TEMPLATE_ID
      See Also:
    • SCHEMA_ID

      public static final int SCHEMA_ID
      See Also:
    • SCHEMA_VERSION

      public static final int SCHEMA_VERSION
      See Also:
    • BYTE_ORDER

      public static final ByteOrder BYTE_ORDER
    • offset

      protected int offset
    • limit

      protected int limit
    • actingBlockLength

      protected int actingBlockLength
    • actingVersion

      protected int actingVersion
  • Constructor Details

    • ProfilesDecoder

      public ProfilesDecoder()
  • Method Details

    • sbeBlockLength

      public int sbeBlockLength()
    • sbeTemplateId

      public int sbeTemplateId()
    • sbeSchemaId

      public int sbeSchemaId()
    • sbeSchemaVersion

      public int sbeSchemaVersion()
    • sbeSemanticType

      public String sbeSemanticType()
    • buffer

      public org.agrona.DirectBuffer buffer()
    • offset

      public int offset()
    • wrap

      public ProfilesDecoder 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)
    • updateTimestampId

      public static int updateTimestampId()
    • updateTimestampSinceVersion

      public static int updateTimestampSinceVersion()
    • updateTimestampEncodingOffset

      public static int updateTimestampEncodingOffset()
    • updateTimestampEncodingLength

      public static int updateTimestampEncodingLength()
    • updateTimestampMetaAttribute

      public static String updateTimestampMetaAttribute(MetaAttribute metaAttribute)
    • updateTimestampNullValue

      public static long updateTimestampNullValue()
    • updateTimestampMinValue

      public static long updateTimestampMinValue()
    • updateTimestampMaxValue

      public static long updateTimestampMaxValue()
    • updateTimestamp

      public long updateTimestamp()
    • subscriptionsDecoderId

      public static long subscriptionsDecoderId()
    • subscriptionsDecoderSinceVersion

      public static int subscriptionsDecoderSinceVersion()
    • subscriptions

      public ProfilesDecoder.SubscriptionsDecoder subscriptions()
    • toString

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

      public StringBuilder appendTo(StringBuilder builder)