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.driver.remote
Classes in org.apache.tinkerpop.gremlin.driver.remote that implement TransactionModifier and TypeClassDescriptionclassATransactionimplementation for HTTP-based remote connections.Fields in org.apache.tinkerpop.gremlin.driver.remote with type parameters of type TransactionModifier and TypeFieldDescriptionprotected Consumer<Transaction>HttpRemoteTransaction.closeConsumerMethods in org.apache.tinkerpop.gremlin.driver.remote that return TransactionModifier and TypeMethodDescriptionHttpRemoteTransaction.onClose(Consumer<Transaction> consumer) HttpRemoteTransaction.onReadWrite(Consumer<Transaction> consumer) DriverRemoteConnection.tx()Creates a newHttpRemoteTransactionfor executing transactional operations.Method parameters in org.apache.tinkerpop.gremlin.driver.remote with type arguments of type TransactionModifier and TypeMethodDescriptionHttpRemoteTransaction.onClose(Consumer<Transaction> consumer) HttpRemoteTransaction.onReadWrite(Consumer<Transaction> consumer) -
Uses of Transaction in org.apache.tinkerpop.gremlin.process.computer.util
Methods in org.apache.tinkerpop.gremlin.process.computer.util that return Transaction -
Uses of Transaction in org.apache.tinkerpop.gremlin.process.remote
Methods in org.apache.tinkerpop.gremlin.process.remote that return TransactionModifier and TypeMethodDescriptiondefault TransactionRemoteConnection.tx()Creates aTransactionobject designed to work with remote semantics. -
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.RemoteGraph.tx()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. -
Uses of Transaction in org.apache.tinkerpop.gremlin.structure.util
Classes in org.apache.tinkerpop.gremlin.structure.util that implement TransactionModifier and TypeClassDescriptionclassA base implementation ofTransactionthat provides core functionality for transaction listeners using a shared set of transaction listeners.classA base implementation ofTransactionthat provides core functionality for transaction listeners usingThreadLocal.classA simple base class forTransactionthat provides some common functionality and default behavior.Fields in org.apache.tinkerpop.gremlin.structure.util with type parameters of type TransactionModifier and TypeFieldDescriptionprotected final ThreadLocal<Consumer<Transaction>>AbstractThreadLocalTransaction.closeConsumerInternalprotected final ThreadLocal<Consumer<Transaction>>AbstractThreadLocalTransaction.readWriteConsumerInternalMethods in org.apache.tinkerpop.gremlin.structure.util that return TransactionModifier and TypeMethodDescriptionAbstractThreadedTransaction.onClose(Consumer<Transaction> consumer) The nature of threaded transactions are such that they are always open when created and manual in nature, therefore setting this value is not required.AbstractThreadLocalTransaction.onClose(Consumer<Transaction> consumer) AbstractThreadedTransaction.onReadWrite(Consumer<Transaction> consumer) The nature of threaded transactions are such that they are always open when created and manual in nature, therefore setting this value is not required.AbstractThreadLocalTransaction.onReadWrite(Consumer<Transaction> consumer) Method parameters in org.apache.tinkerpop.gremlin.structure.util with type arguments of type TransactionModifier and TypeMethodDescriptionAbstractThreadedTransaction.onClose(Consumer<Transaction> consumer) The nature of threaded transactions are such that they are always open when created and manual in nature, therefore setting this value is not required.AbstractThreadLocalTransaction.onClose(Consumer<Transaction> consumer) AbstractThreadedTransaction.onReadWrite(Consumer<Transaction> consumer) The nature of threaded transactions are such that they are always open when created and manual in nature, therefore setting this value is not required.AbstractThreadLocalTransaction.onReadWrite(Consumer<Transaction> consumer) -
Uses of Transaction in org.apache.tinkerpop.gremlin.structure.util.empty
Methods in org.apache.tinkerpop.gremlin.structure.util.empty that return Transaction -
Uses of Transaction in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return Transaction -
Uses of Transaction in org.apache.tinkerpop.gremlin.tinkergraph.structure
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return TransactionModifier and TypeMethodDescriptionabstract TransactionAbstractTinkerGraph.tx()Configure and control the transactions for those graphs that support this feature.TinkerGraph.tx()TinkerTransactionGraph.tx()