Uses of Enum Class
org.apache.tinkerpop.gremlin.structure.Transaction.Status
Packages that use Transaction.Status
Package
Description
-
Uses of Transaction.Status in org.apache.tinkerpop.gremlin.driver.remote
Method parameters in org.apache.tinkerpop.gremlin.driver.remote with type arguments of type Transaction.StatusModifier and TypeMethodDescriptionvoidHttpRemoteTransaction.addTransactionListener(Consumer<Transaction.Status> listener) voidHttpRemoteTransaction.removeTransactionListener(Consumer<Transaction.Status> listener) -
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. -
Uses of Transaction.Status in org.apache.tinkerpop.gremlin.structure.util
Fields in org.apache.tinkerpop.gremlin.structure.util with type parameters of type Transaction.StatusModifier and TypeFieldDescriptionprotected final List<Consumer<Transaction.Status>>AbstractThreadedTransaction.transactionListenersprotected final ThreadLocal<List<Consumer<Transaction.Status>>>AbstractThreadLocalTransaction.transactionListenersMethod parameters in org.apache.tinkerpop.gremlin.structure.util with type arguments of type Transaction.StatusModifier and TypeMethodDescriptionvoidAbstractThreadedTransaction.addTransactionListener(Consumer<Transaction.Status> listener) voidAbstractThreadLocalTransaction.addTransactionListener(Consumer<Transaction.Status> listener) voidAbstractThreadedTransaction.removeTransactionListener(Consumer<Transaction.Status> listener) voidAbstractThreadLocalTransaction.removeTransactionListener(Consumer<Transaction.Status> listener)