Class InterPartitionMessageDecoder

java.lang.Object
io.camunda.zeebe.broker.protocol.InterPartitionMessageDecoder
All Implemented Interfaces:
org.agrona.sbe.DecoderFlyweight, org.agrona.sbe.Flyweight, org.agrona.sbe.MessageDecoderFlyweight, org.agrona.sbe.MessageFlyweight

public final class InterPartitionMessageDecoder extends Object implements org.agrona.sbe.MessageDecoderFlyweight
  • Field Details

  • Constructor Details

    • InterPartitionMessageDecoder

      public InterPartitionMessageDecoder()
  • Method Details

    • sbeBlockLength

      public int sbeBlockLength()
      Specified by:
      sbeBlockLength in interface org.agrona.sbe.MessageFlyweight
    • sbeTemplateId

      public int sbeTemplateId()
      Specified by:
      sbeTemplateId in interface org.agrona.sbe.MessageFlyweight
    • sbeSchemaId

      public int sbeSchemaId()
      Specified by:
      sbeSchemaId in interface org.agrona.sbe.Flyweight
    • sbeSchemaVersion

      public int sbeSchemaVersion()
      Specified by:
      sbeSchemaVersion in interface org.agrona.sbe.Flyweight
    • sbeSemanticType

      public String sbeSemanticType()
      Specified by:
      sbeSemanticType in interface org.agrona.sbe.MessageFlyweight
    • buffer

      public org.agrona.DirectBuffer buffer()
      Specified by:
      buffer in interface org.agrona.sbe.Flyweight
    • initialOffset

      public int initialOffset()
    • offset

      public int offset()
      Specified by:
      offset in interface org.agrona.sbe.Flyweight
    • wrap

      public InterPartitionMessageDecoder wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
      Specified by:
      wrap in interface org.agrona.sbe.MessageDecoderFlyweight
    • wrapAndApplyHeader

      public InterPartitionMessageDecoder wrapAndApplyHeader(org.agrona.DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
    • sbeRewind

      public InterPartitionMessageDecoder sbeRewind()
    • sbeDecodedLength

      public int sbeDecodedLength()
      Specified by:
      sbeDecodedLength in interface org.agrona.sbe.MessageDecoderFlyweight
    • encodedLength

      public int encodedLength()
      Specified by:
      encodedLength in interface org.agrona.sbe.Flyweight
    • limit

      public int limit()
      Specified by:
      limit in interface org.agrona.sbe.MessageFlyweight
    • limit

      public void limit(int limit)
      Specified by:
      limit in interface org.agrona.sbe.MessageFlyweight
    • receiverPartitionIdId

      public static int receiverPartitionIdId()
    • receiverPartitionIdSinceVersion

      public static int receiverPartitionIdSinceVersion()
    • receiverPartitionIdEncodingOffset

      public static int receiverPartitionIdEncodingOffset()
    • receiverPartitionIdEncodingLength

      public static int receiverPartitionIdEncodingLength()
    • receiverPartitionIdMetaAttribute

      public static String receiverPartitionIdMetaAttribute(MetaAttribute metaAttribute)
    • receiverPartitionIdNullValue

      public static int receiverPartitionIdNullValue()
    • receiverPartitionIdMinValue

      public static int receiverPartitionIdMinValue()
    • receiverPartitionIdMaxValue

      public static int receiverPartitionIdMaxValue()
    • receiverPartitionId

      public int receiverPartitionId()
    • valueTypeId

      public static int valueTypeId()
    • valueTypeSinceVersion

      public static int valueTypeSinceVersion()
    • valueTypeEncodingOffset

      public static int valueTypeEncodingOffset()
    • valueTypeEncodingLength

      public static int valueTypeEncodingLength()
    • valueTypeMetaAttribute

      public static String valueTypeMetaAttribute(MetaAttribute metaAttribute)
    • valueTypeNullValue

      public static short valueTypeNullValue()
    • valueTypeMinValue

      public static short valueTypeMinValue()
    • valueTypeMaxValue

      public static short valueTypeMaxValue()
    • valueType

      public short valueType()
    • intentId

      public static int intentId()
    • intentSinceVersion

      public static int intentSinceVersion()
    • intentEncodingOffset

      public static int intentEncodingOffset()
    • intentEncodingLength

      public static int intentEncodingLength()
    • intentMetaAttribute

      public static String intentMetaAttribute(MetaAttribute metaAttribute)
    • intentNullValue

      public static short intentNullValue()
    • intentMinValue

      public static short intentMinValue()
    • intentMaxValue

      public static short intentMaxValue()
    • intent

      public short intent()
    • recordKeyId

      public static int recordKeyId()
    • recordKeySinceVersion

      public static int recordKeySinceVersion()
    • recordKeyEncodingOffset

      public static int recordKeyEncodingOffset()
    • recordKeyEncodingLength

      public static int recordKeyEncodingLength()
    • recordKeyMetaAttribute

      public static String recordKeyMetaAttribute(MetaAttribute metaAttribute)
    • recordKeyNullValue

      public static long recordKeyNullValue()
    • recordKeyMinValue

      public static long recordKeyMinValue()
    • recordKeyMaxValue

      public static long recordKeyMaxValue()
    • recordKey

      public long recordKey()
    • checkpointIdId

      public static int checkpointIdId()
    • checkpointIdSinceVersion

      public static int checkpointIdSinceVersion()
    • checkpointIdEncodingOffset

      public static int checkpointIdEncodingOffset()
    • checkpointIdEncodingLength

      public static int checkpointIdEncodingLength()
    • checkpointIdMetaAttribute

      public static String checkpointIdMetaAttribute(MetaAttribute metaAttribute)
    • checkpointIdNullValue

      public static long checkpointIdNullValue()
    • checkpointIdMinValue

      public static long checkpointIdMinValue()
    • checkpointIdMaxValue

      public static long checkpointIdMaxValue()
    • checkpointId

      public long checkpointId()
    • commandId

      public static int commandId()
    • commandSinceVersion

      public static int commandSinceVersion()
    • commandCharacterEncoding

      public static String commandCharacterEncoding()
    • commandMetaAttribute

      public static String commandMetaAttribute(MetaAttribute metaAttribute)
    • commandHeaderLength

      public static int commandHeaderLength()
    • commandLength

      public int commandLength()
    • skipCommand

      public int skipCommand()
    • getCommand

      public int getCommand(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
    • getCommand

      public int getCommand(byte[] dst, int dstOffset, int length)
    • wrapCommand

      public void wrapCommand(org.agrona.DirectBuffer wrapBuffer)
    • command

      public String command()
    • toString

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

      public StringBuilder appendTo(StringBuilder builder)
      Specified by:
      appendTo in interface org.agrona.sbe.MessageDecoderFlyweight
    • sbeSkip

      public InterPartitionMessageDecoder sbeSkip()