Class MaxRateDecoder


  • public class MaxRateDecoder
    extends java.lang.Object
    Max-rates of a consumer node
    • Field Detail

      • BYTE_ORDER

        public static final java.nio.ByteOrder BYTE_ORDER
      • offset

        protected int offset
      • limit

        protected int limit
      • actingBlockLength

        protected int actingBlockLength
      • actingVersion

        protected int actingVersion
    • Constructor Detail

      • MaxRateDecoder

        public MaxRateDecoder()
    • Method Detail

      • sbeBlockLength

        public int sbeBlockLength()
      • sbeTemplateId

        public int sbeTemplateId()
      • sbeSchemaId

        public int sbeSchemaId()
      • sbeSchemaVersion

        public int sbeSchemaVersion()
      • sbeSemanticType

        public java.lang.String sbeSemanticType()
      • buffer

        public org.agrona.DirectBuffer buffer()
      • offset

        public int offset()
      • wrap

        public MaxRateDecoder 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)
      • subscriptionsDecoderId

        public static long subscriptionsDecoderId()
      • subscriptionsDecoderSinceVersion

        public static int subscriptionsDecoderSinceVersion()
      • toString

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

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