Class MessageIdData


  • public final class MessageIdData
    extends java.lang.Object
    • Constructor Detail

      • MessageIdData

        public MessageIdData()
    • Method Detail

      • hasLedgerId

        public boolean hasLedgerId()
      • getLedgerId

        public long getLedgerId()
      • setLedgerId

        public MessageIdData setLedgerId​(long ledgerId)
      • hasEntryId

        public boolean hasEntryId()
      • getEntryId

        public long getEntryId()
      • hasPartition

        public boolean hasPartition()
      • getPartition

        public int getPartition()
      • setPartition

        public MessageIdData setPartition​(int partition)
      • hasBatchIndex

        public boolean hasBatchIndex()
      • getBatchIndex

        public int getBatchIndex()
      • setBatchIndex

        public MessageIdData setBatchIndex​(int batchIndex)
      • getAckSetsCount

        public int getAckSetsCount()
      • getAckSetAt

        public long getAckSetAt​(int idx)
      • addAckSet

        public void addAckSet​(long ackSet)
      • hasBatchSize

        public boolean hasBatchSize()
      • getBatchSize

        public int getBatchSize()
      • setBatchSize

        public MessageIdData setBatchSize​(int batchSize)
      • writeTo

        public int writeTo​(io.netty.buffer.ByteBuf _b)
      • getSerializedSize

        public int getSerializedSize()
      • parseFrom

        public void parseFrom​(io.netty.buffer.ByteBuf _buffer,
                              int _size)
      • toByteArray

        public byte[] toByteArray()
      • parseFrom

        public void parseFrom​(byte[] a)