类 CommandEndTxnOnPartition
java.lang.Object
org.apache.pulsar.common.api.proto.CommandEndTxnOnPartition
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明clear()copyFrom(CommandEndTxnOnPartition _other) longintgetTopic()longlonglongbooleanbooleanhasTopic()booleanbooleanbooleanbooleanvoidparseFrom(byte[] a) voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size) setRequestId(long requestId) setTxnAction(TxnAction txnAction) setTxnidLeastBits(long txnidLeastBits) setTxnidLeastBitsOfLowWatermark(long txnidLeastBitsOfLowWatermark) setTxnidMostBits(long txnidMostBits) byte[]intwriteTo(io.netty.buffer.ByteBuf _b)
-
构造器详细资料
-
CommandEndTxnOnPartition
public CommandEndTxnOnPartition()
-
-
方法详细资料
-
hasRequestId
public boolean hasRequestId() -
getRequestId
public long getRequestId() -
setRequestId
-
clearRequestId
-
hasTxnidLeastBits
public boolean hasTxnidLeastBits() -
getTxnidLeastBits
public long getTxnidLeastBits() -
setTxnidLeastBits
-
clearTxnidLeastBits
-
hasTxnidMostBits
public boolean hasTxnidMostBits() -
getTxnidMostBits
public long getTxnidMostBits() -
setTxnidMostBits
-
clearTxnidMostBits
-
hasTopic
public boolean hasTopic() -
getTopic
-
setTopic
-
clearTopic
-
hasTxnAction
public boolean hasTxnAction() -
getTxnAction
-
setTxnAction
-
clearTxnAction
-
hasTxnidLeastBitsOfLowWatermark
public boolean hasTxnidLeastBitsOfLowWatermark() -
getTxnidLeastBitsOfLowWatermark
public long getTxnidLeastBitsOfLowWatermark() -
setTxnidLeastBitsOfLowWatermark
-
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
-
copyFrom
-
toByteArray
public byte[] toByteArray() -
parseFrom
public void parseFrom(byte[] a)
-