Class CommandEndTxn


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

      • CommandEndTxn

        public CommandEndTxn()
    • Method Detail

      • hasRequestId

        public boolean hasRequestId()
      • getRequestId

        public long getRequestId()
      • setRequestId

        public CommandEndTxn setRequestId​(long requestId)
      • hasTxnidLeastBits

        public boolean hasTxnidLeastBits()
      • getTxnidLeastBits

        public long getTxnidLeastBits()
      • setTxnidLeastBits

        public CommandEndTxn setTxnidLeastBits​(long txnidLeastBits)
      • clearTxnidLeastBits

        public CommandEndTxn clearTxnidLeastBits()
      • hasTxnidMostBits

        public boolean hasTxnidMostBits()
      • getTxnidMostBits

        public long getTxnidMostBits()
      • setTxnidMostBits

        public CommandEndTxn setTxnidMostBits​(long txnidMostBits)
      • hasTxnAction

        public boolean hasTxnAction()
      • getTxnAction

        public TxnAction getTxnAction()
      • 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)