Class PendingAckMetadata


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

      • PendingAckMetadata

        public PendingAckMetadata()
    • Method Detail

      • hasLedgerId

        public boolean hasLedgerId()
      • getLedgerId

        public long getLedgerId()
      • hasEntryId

        public boolean hasEntryId()
      • getEntryId

        public long getEntryId()
      • getAckSetsCount

        public int getAckSetsCount()
      • getAckSetAt

        public long getAckSetAt​(int idx)
      • addAckSet

        public void addAckSet​(long ackSet)
      • hasBatchSize

        public boolean hasBatchSize()
      • getBatchSize

        public int getBatchSize()
      • 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)