Class CommandAckResponse


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

      • CommandAckResponse

        public CommandAckResponse()
    • Method Detail

      • hasConsumerId

        public boolean hasConsumerId()
      • getConsumerId

        public long getConsumerId()
      • hasTxnidLeastBits

        public boolean hasTxnidLeastBits()
      • getTxnidLeastBits

        public long getTxnidLeastBits()
      • setTxnidLeastBits

        public CommandAckResponse setTxnidLeastBits​(long txnidLeastBits)
      • hasTxnidMostBits

        public boolean hasTxnidMostBits()
      • getTxnidMostBits

        public long getTxnidMostBits()
      • hasError

        public boolean hasError()
      • hasMessage

        public boolean hasMessage()
      • getMessage

        public java.lang.String getMessage()
      • hasRequestId

        public boolean hasRequestId()
      • getRequestId

        public long getRequestId()
      • 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)