Uses of Class
org.apache.pulsar.client.impl.transaction.TransactionImpl.State
-
Packages that use TransactionImpl.State Package Description org.apache.pulsar.client.impl.transaction Transaction client implementation. -
-
Uses of TransactionImpl.State in org.apache.pulsar.client.impl.transaction
Methods in org.apache.pulsar.client.impl.transaction that return TransactionImpl.State Modifier and Type Method Description static TransactionImpl.StateTransactionImpl.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactionImpl.State[]TransactionImpl.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-