Class CommandEndTxnOnPartition


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

      • CommandEndTxnOnPartition

        public CommandEndTxnOnPartition()
    • Method Detail

      • hasRequestId

        public boolean hasRequestId()
      • getRequestId

        public long getRequestId()
      • hasTxnidLeastBits

        public boolean hasTxnidLeastBits()
      • getTxnidLeastBits

        public long getTxnidLeastBits()
      • hasTxnidMostBits

        public boolean hasTxnidMostBits()
      • getTxnidMostBits

        public long getTxnidMostBits()
      • hasTopic

        public boolean hasTopic()
      • getTopic

        public java.lang.String getTopic()
      • hasTxnAction

        public boolean hasTxnAction()
      • getTxnAction

        public TxnAction getTxnAction()
      • hasTxnidLeastBitsOfLowWatermark

        public boolean hasTxnidLeastBitsOfLowWatermark()
      • getTxnidLeastBitsOfLowWatermark

        public long getTxnidLeastBitsOfLowWatermark()
      • setTxnidLeastBitsOfLowWatermark

        public CommandEndTxnOnPartition setTxnidLeastBitsOfLowWatermark​(long txnidLeastBitsOfLowWatermark)
      • 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)