Uses of Interface
org.apache.tinkerpop.gremlin.structure.Transaction
- 
- 
Uses of Transaction in org.apache.tinkerpop.gremlin.driver.remoteClasses in org.apache.tinkerpop.gremlin.driver.remote that implement Transaction Modifier and Type Class Description classDriverRemoteTransactionA remoteTransactionimplementation that is implemented with the Java driver.Fields in org.apache.tinkerpop.gremlin.driver.remote with type parameters of type Transaction Modifier and Type Field Description protected Consumer<Transaction>DriverRemoteTransaction. closeConsumerMethods in org.apache.tinkerpop.gremlin.driver.remote that return Transaction Modifier and Type Method Description TransactionDriverRemoteTransaction. onClose(Consumer<Transaction> consumer)TransactionDriverRemoteTransaction. onReadWrite(Consumer<Transaction> consumer)ThisTransactionimplementation is not auto-managed and therefore this method is not supported.TransactionDriverRemoteConnection. tx()Constructs a newDriverRemoteTransaction.TransactionDriverRemoteTransaction. tx()It is not possible to have child transactions, therefore this method always returnsNO_OP.Method parameters in org.apache.tinkerpop.gremlin.driver.remote with type arguments of type Transaction Modifier and Type Method Description TransactionDriverRemoteTransaction. onClose(Consumer<Transaction> consumer)TransactionDriverRemoteTransaction. onReadWrite(Consumer<Transaction> consumer)ThisTransactionimplementation is not auto-managed and therefore this method is not supported.
- 
Uses of Transaction in org.apache.tinkerpop.gremlin.process.computer.utilMethods in org.apache.tinkerpop.gremlin.process.computer.util that return Transaction Modifier and Type Method Description TransactionComputerGraph. tx()
- 
Uses of Transaction in org.apache.tinkerpop.gremlin.process.remoteMethods in org.apache.tinkerpop.gremlin.process.remote that return Transaction Modifier and Type Method Description default TransactionRemoteConnection. tx()Creates aTransactionobject designed to work with remote semantics.
- 
Uses of Transaction in org.apache.tinkerpop.gremlin.process.traversal.dsl.graphMethods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return Transaction Modifier and Type Method Description TransactionGraphTraversalSource. tx()Proxies calls through to the underlyingGraph.tx()or to theRemoteConnection.tx().
- 
Uses of Transaction in org.apache.tinkerpop.gremlin.structureFields in org.apache.tinkerpop.gremlin.structure declared as Transaction Modifier and Type Field Description static TransactionTransaction. NO_OPMethods in org.apache.tinkerpop.gremlin.structure with type parameters of type Transaction Modifier and Type Method Description default <Tx extends Transaction>
 TxGraph. tx(Class<Tx> txClass)Configure and control the transactions for those graphs that support this feature.Methods in org.apache.tinkerpop.gremlin.structure that return Transaction Modifier and Type Method Description TransactionTransaction. onClose(Consumer<Transaction> consumer)Describes what happens to a transaction on a call toGraph.close().TransactionTransaction. onReadWrite(Consumer<Transaction> consumer)Describes how a transaction is started when a read or a write occurs.TransactionGraph. tx()Configure and control the transactions for those graphs that support this feature.TransactionRemoteGraph. tx()Method parameters in org.apache.tinkerpop.gremlin.structure with type arguments of type Transaction Modifier and Type Method Description TransactionTransaction. onClose(Consumer<Transaction> consumer)Describes what happens to a transaction on a call toGraph.close().TransactionTransaction. 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.utilClasses in org.apache.tinkerpop.gremlin.structure.util that implement Transaction Modifier and Type Class Description classAbstractThreadedTransactionA base implementation ofTransactionthat provides core functionality for transaction listeners using a shared set of transaction listeners.classAbstractThreadLocalTransactionA base implementation ofTransactionthat provides core functionality for transaction listeners usingThreadLocal.classAbstractTransactionA simple base class forTransactionthat provides some common functionality and default behavior.Fields in org.apache.tinkerpop.gremlin.structure.util with type parameters of type Transaction Modifier and Type Field Description protected ThreadLocal<Consumer<Transaction>>AbstractThreadLocalTransaction. closeConsumerInternalprotected ThreadLocal<Consumer<Transaction>>AbstractThreadLocalTransaction. readWriteConsumerInternalMethods in org.apache.tinkerpop.gremlin.structure.util that return Transaction Modifier and Type Method Description TransactionAbstractThreadedTransaction. 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.TransactionAbstractThreadLocalTransaction. onClose(Consumer<Transaction> consumer)TransactionAbstractThreadedTransaction. 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.TransactionAbstractThreadLocalTransaction. onReadWrite(Consumer<Transaction> consumer)Method parameters in org.apache.tinkerpop.gremlin.structure.util with type arguments of type Transaction Modifier and Type Method Description TransactionAbstractThreadedTransaction. 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.TransactionAbstractThreadLocalTransaction. onClose(Consumer<Transaction> consumer)TransactionAbstractThreadedTransaction. 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.TransactionAbstractThreadLocalTransaction. onReadWrite(Consumer<Transaction> consumer)
- 
Uses of Transaction in org.apache.tinkerpop.gremlin.structure.util.emptyMethods in org.apache.tinkerpop.gremlin.structure.util.empty that return Transaction Modifier and Type Method Description TransactionEmptyGraph. tx()
- 
Uses of Transaction in org.apache.tinkerpop.gremlin.structure.util.starMethods in org.apache.tinkerpop.gremlin.structure.util.star that return Transaction Modifier and Type Method Description TransactionStarGraph. tx()
- 
Uses of Transaction in org.apache.tinkerpop.gremlin.tinkergraph.structureMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Transaction Modifier and Type Method Description TransactionTinkerGraph. tx()
 
-