Uses of Enum Class
org.apache.tinkerpop.gremlin.structure.Transaction.Status
Packages that use Transaction.Status
-
Uses of Transaction.Status in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return Transaction.StatusModifier and TypeMethodDescriptionstatic Transaction.StatusReturns the enum constant of this class with the specified name.static Transaction.Status[]Transaction.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.tinkerpop.gremlin.structure with type arguments of type Transaction.StatusModifier and TypeMethodDescriptionvoidTransaction.addTransactionListener(Consumer<Transaction.Status> listener) Adds a listener that is called back with a status when a commit or rollback is successful.voidTransaction.removeTransactionListener(Consumer<Transaction.Status> listener) Removes a transaction listener.