Class CommandAck


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

      • CommandAck

        public CommandAck()
    • Method Detail

      • hasConsumerId

        public boolean hasConsumerId()
      • getConsumerId

        public long getConsumerId()
      • setConsumerId

        public CommandAck setConsumerId​(long consumerId)
      • clearConsumerId

        public CommandAck clearConsumerId()
      • hasAckType

        public boolean hasAckType()
      • getMessageIdsCount

        public int getMessageIdsCount()
      • getMessageIdAt

        public MessageIdData getMessageIdAt​(int idx)
      • getMessageIdsList

        public java.util.List<MessageIdData> getMessageIdsList()
      • clearMessageId

        public CommandAck clearMessageId()
      • hasValidationError

        public boolean hasValidationError()
      • clearValidationError

        public CommandAck clearValidationError()
      • getPropertiesCount

        public int getPropertiesCount()
      • getPropertyAt

        public KeyLongValue getPropertyAt​(int idx)
      • getPropertiesList

        public java.util.List<KeyLongValue> getPropertiesList()
      • clearProperties

        public CommandAck clearProperties()
      • hasTxnidLeastBits

        public boolean hasTxnidLeastBits()
      • getTxnidLeastBits

        public long getTxnidLeastBits()
      • setTxnidLeastBits

        public CommandAck setTxnidLeastBits​(long txnidLeastBits)
      • clearTxnidLeastBits

        public CommandAck clearTxnidLeastBits()
      • hasTxnidMostBits

        public boolean hasTxnidMostBits()
      • getTxnidMostBits

        public long getTxnidMostBits()
      • setTxnidMostBits

        public CommandAck setTxnidMostBits​(long txnidMostBits)
      • clearTxnidMostBits

        public CommandAck clearTxnidMostBits()
      • hasRequestId

        public boolean hasRequestId()
      • getRequestId

        public long getRequestId()
      • setRequestId

        public CommandAck setRequestId​(long requestId)
      • clearRequestId

        public CommandAck clearRequestId()
      • 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)