Class CommandEndTxnOnPartition
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.CommandEndTxnOnPartition
-
public final class CommandEndTxnOnPartition extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandEndTxnOnPartition()
-
Method Summary
-
-
-
Method Detail
-
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 java.lang.String getTopic()
-
setTopic
public CommandEndTxnOnPartition setTopic(java.lang.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
public CommandEndTxnOnPartition copyFrom(CommandEndTxnOnPartition _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-