类 CommandEndTxnOnPartition

java.lang.Object
org.apache.pulsar.common.api.proto.CommandEndTxnOnPartition

public final class CommandEndTxnOnPartition extends Object
  • 构造器详细资料

    • CommandEndTxnOnPartition

      public CommandEndTxnOnPartition()
  • 方法详细资料

    • hasRequestId

      public boolean hasRequestId()
    • getRequestId

      public long getRequestId()
    • setRequestId

      public CommandEndTxnOnPartition setRequestId(long requestId)
    • clearRequestId

      public CommandEndTxnOnPartition clearRequestId()
    • hasTxnidLeastBits

      public boolean hasTxnidLeastBits()
    • getTxnidLeastBits

      public long getTxnidLeastBits()
    • setTxnidLeastBits

      public CommandEndTxnOnPartition setTxnidLeastBits(long txnidLeastBits)
    • clearTxnidLeastBits

      public CommandEndTxnOnPartition clearTxnidLeastBits()
    • hasTxnidMostBits

      public boolean hasTxnidMostBits()
    • getTxnidMostBits

      public long getTxnidMostBits()
    • setTxnidMostBits

      public CommandEndTxnOnPartition setTxnidMostBits(long txnidMostBits)
    • clearTxnidMostBits

      public CommandEndTxnOnPartition clearTxnidMostBits()
    • hasTopic

      public boolean hasTopic()
    • getTopic

      public String getTopic()
    • setTopic

      public CommandEndTxnOnPartition setTopic(String topic)
    • clearTopic

      public CommandEndTxnOnPartition clearTopic()
    • hasTxnAction

      public boolean hasTxnAction()
    • getTxnAction

      public TxnAction getTxnAction()
    • setTxnAction

      public CommandEndTxnOnPartition setTxnAction(TxnAction txnAction)
    • clearTxnAction

      public CommandEndTxnOnPartition clearTxnAction()
    • hasTxnidLeastBitsOfLowWatermark

      public boolean hasTxnidLeastBitsOfLowWatermark()
    • getTxnidLeastBitsOfLowWatermark

      public long getTxnidLeastBitsOfLowWatermark()
    • setTxnidLeastBitsOfLowWatermark

      public CommandEndTxnOnPartition setTxnidLeastBitsOfLowWatermark(long txnidLeastBitsOfLowWatermark)
    • clearTxnidLeastBitsOfLowWatermark

      public CommandEndTxnOnPartition clearTxnidLeastBitsOfLowWatermark()
    • writeTo

      public int writeTo(io.netty.buffer.ByteBuf _b)
    • getSerializedSize

      public int getSerializedSize()
    • parseFrom

      public void parseFrom(io.netty.buffer.ByteBuf _buffer, int _size)
    • clear

      public CommandEndTxnOnPartition clear()
    • copyFrom

    • toByteArray

      public byte[] toByteArray()
    • parseFrom

      public void parseFrom(byte[] a)