Uses of Class
org.apache.pulsar.common.api.proto.TxnAction
-
Packages that use TxnAction Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of TxnAction in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return TxnAction Modifier and Type Method Description TxnActionCommandEndTxn. getTxnAction()TxnActionCommandEndTxnOnPartition. getTxnAction()TxnActionCommandEndTxnOnSubscription. getTxnAction()static TxnActionTxnAction. valueOf(int n)Returns the enum constant of this type with the specified name.static TxnActionTxnAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TxnAction[]TxnAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.common.api.proto with parameters of type TxnAction Modifier and Type Method Description CommandEndTxnCommandEndTxn. setTxnAction(TxnAction txnAction)CommandEndTxnOnPartitionCommandEndTxnOnPartition. setTxnAction(TxnAction txnAction)CommandEndTxnOnSubscriptionCommandEndTxnOnSubscription. setTxnAction(TxnAction txnAction) -
Uses of TxnAction in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type TxnAction Modifier and Type Method Description static BaseCommandCommands. newEndTxn(long requestId, long txnIdLeastBits, long txnIdMostBits, TxnAction txnAction)static io.netty.buffer.ByteBufCommands. newEndTxnOnPartition(long requestId, long txnIdLeastBits, long txnIdMostBits, java.lang.String topic, TxnAction txnAction, long lowWaterMark)static io.netty.buffer.ByteBufCommands. newEndTxnOnSubscription(long requestId, long txnIdLeastBits, long txnIdMostBits, java.lang.String topic, java.lang.String subscription, TxnAction txnAction, long lowWaterMark)
-