Uses of Enum Class
org.apache.pulsar.common.api.proto.TxnAction
Packages that use TxnAction
Package
Description
Common protocol.
-
Uses of TxnAction in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return TxnActionModifier and TypeMethodDescriptionCommandEndTxn.getTxnAction()CommandEndTxnOnPartition.getTxnAction()CommandEndTxnOnSubscription.getTxnAction()static TxnActionTxnAction.valueOf(int n) Returns the enum constant of this class with the specified name.static TxnActionReturns the enum constant of this class with the specified name.static TxnAction[]TxnAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.common.api.proto with parameters of type TxnActionModifier and TypeMethodDescriptionCommandEndTxn.setTxnAction(TxnAction txnAction) CommandEndTxnOnPartition.setTxnAction(TxnAction txnAction) CommandEndTxnOnSubscription.setTxnAction(TxnAction txnAction) -
Uses of TxnAction in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type TxnActionModifier and TypeMethodDescriptionstatic BaseCommandstatic io.netty.buffer.ByteBufCommands.newEndTxnOnPartition(long requestId, long txnIdLeastBits, long txnIdMostBits, String topic, TxnAction txnAction, long lowWaterMark) static io.netty.buffer.ByteBufCommands.newEndTxnOnSubscription(long requestId, long txnIdLeastBits, long txnIdMostBits, String topic, String subscription, TxnAction txnAction, long lowWaterMark)