Uses of Interface
org.apache.tinkerpop.gremlin.structure.Transaction
Packages that use Transaction
Package
Description
-
Uses of Transaction in org.apache.tinkerpop.gremlin.driver
Subinterfaces of Transaction in org.apache.tinkerpop.gremlin.driverModifier and TypeInterfaceDescriptioninterfaceATransactioninterface for remote connections that combine lifecycle management and synchronous submission. -
Uses of Transaction in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return TransactionModifier and TypeMethodDescriptionGraphTraversalSource.tx()Proxies calls through to the underlyingGraph.tx()or to theRemoteConnection.tx(). -
Uses of Transaction in org.apache.tinkerpop.gremlin.structure
Fields in org.apache.tinkerpop.gremlin.structure declared as TransactionMethods in org.apache.tinkerpop.gremlin.structure with type parameters of type TransactionModifier and TypeMethodDescriptiondefault <Tx extends Transaction>
TxConfigure and control the transactions for those graphs that support this feature.Methods in org.apache.tinkerpop.gremlin.structure that return TransactionModifier and TypeMethodDescriptionTransaction.onClose(Consumer<Transaction> consumer) Describes what happens to a transaction on a call toGraph.close().Transaction.onReadWrite(Consumer<Transaction> consumer) Describes how a transaction is started when a read or a write occurs.Graph.tx()Configure and control the transactions for those graphs that support this feature.Method parameters in org.apache.tinkerpop.gremlin.structure with type arguments of type TransactionModifier and TypeMethodDescriptionTransaction.onClose(Consumer<Transaction> consumer) Describes what happens to a transaction on a call toGraph.close().Transaction.onReadWrite(Consumer<Transaction> consumer) Describes how a transaction is started when a read or a write occurs.