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