Uses of Class
org.apache.pulsar.common.api.proto.CommandEndTxn
Packages that use CommandEndTxn
Package
Description
Common protocol.
-
Uses of CommandEndTxn in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandEndTxnModifier and TypeMethodDescriptionCommandEndTxn.clear()CommandEndTxn.clearRequestId()CommandEndTxn.clearTxnAction()CommandEndTxn.clearTxnidLeastBits()CommandEndTxn.clearTxnidMostBits()CommandEndTxn.copyFrom(CommandEndTxn _other) BaseCommand.getEndTxn()BaseCommand.setEndTxn()CommandEndTxn.setRequestId(long requestId) CommandEndTxn.setTxnAction(TxnAction txnAction) CommandEndTxn.setTxnidLeastBits(long txnidLeastBits) CommandEndTxn.setTxnidMostBits(long txnidMostBits) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandEndTxn -
Uses of CommandEndTxn in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandEndTxnModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleEndTxn(CommandEndTxn commandEndTxn)