Uses of Class
org.apache.pulsar.common.api.proto.CommandEndTxnOnPartition
Packages that use CommandEndTxnOnPartition
Package
Description
Common protocol.
-
Uses of CommandEndTxnOnPartition in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandEndTxnOnPartitionModifier and TypeMethodDescriptionCommandEndTxnOnPartition.clear()CommandEndTxnOnPartition.clearRequestId()CommandEndTxnOnPartition.clearTopic()CommandEndTxnOnPartition.clearTxnAction()CommandEndTxnOnPartition.clearTxnidLeastBits()CommandEndTxnOnPartition.clearTxnidLeastBitsOfLowWatermark()CommandEndTxnOnPartition.clearTxnidMostBits()CommandEndTxnOnPartition.copyFrom(CommandEndTxnOnPartition _other) BaseCommand.getEndTxnOnPartition()BaseCommand.setEndTxnOnPartition()CommandEndTxnOnPartition.setRequestId(long requestId) CommandEndTxnOnPartition.setTxnAction(TxnAction txnAction) CommandEndTxnOnPartition.setTxnidLeastBits(long txnidLeastBits) CommandEndTxnOnPartition.setTxnidLeastBitsOfLowWatermark(long txnidLeastBitsOfLowWatermark) CommandEndTxnOnPartition.setTxnidMostBits(long txnidMostBits) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandEndTxnOnPartitionModifier and TypeMethodDescriptionCommandEndTxnOnPartition.copyFrom(CommandEndTxnOnPartition _other) -
Uses of CommandEndTxnOnPartition in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandEndTxnOnPartitionModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleEndTxnOnPartition(CommandEndTxnOnPartition commandEndTxnOnPartition)