Class PendingAckMetadataEntry


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

      • PendingAckMetadataEntry

        public PendingAckMetadataEntry()
    • Method Detail

      • hasPendingAckOp

        public boolean hasPendingAckOp()
      • hasAckType

        public boolean hasAckType()
      • getAckType

        public org.apache.pulsar.common.api.proto.CommandAck.AckType getAckType()
      • setAckType

        public PendingAckMetadataEntry setAckType​(org.apache.pulsar.common.api.proto.CommandAck.AckType ackType)
      • hasTxnidLeastBits

        public boolean hasTxnidLeastBits()
      • getTxnidLeastBits

        public long getTxnidLeastBits()
      • hasTxnidMostBits

        public boolean hasTxnidMostBits()
      • getTxnidMostBits

        public long getTxnidMostBits()
      • getPendingAckMetadatasCount

        public int getPendingAckMetadatasCount()
      • getPendingAckMetadataAt

        public PendingAckMetadata getPendingAckMetadataAt​(int idx)
      • getPendingAckMetadatasList

        public java.util.List<PendingAckMetadata> getPendingAckMetadatasList()
      • 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)