| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | |
| org.apache.tinkerpop.gremlin.structure | 
| Modifier and Type | Method and Description | 
|---|---|
Transaction | 
GraphTraversalSource.tx()
Proxies calls through to the underlying  
Graph.tx() or to the RemoteConnection.tx(). | 
| Modifier and Type | Field and Description | 
|---|---|
static Transaction | 
Transaction.NO_OP  | 
| Modifier and Type | Method and Description | 
|---|---|
default <Tx extends Transaction> | 
Graph.tx(Class<Tx> txClass)
Configure and control the transactions for those graphs that support this feature. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Transaction | 
Transaction.onClose(Consumer<Transaction> consumer)
Describes what happens to a transaction on a call to  
Graph.close(). | 
Transaction | 
Transaction.onReadWrite(Consumer<Transaction> consumer)
Describes how a transaction is started when a read or a write occurs. 
 | 
Transaction | 
Graph.tx()
Configure and control the transactions for those graphs that support this feature. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Transaction | 
Transaction.onClose(Consumer<Transaction> consumer)
Describes what happens to a transaction on a call to  
Graph.close(). | 
Transaction | 
Transaction.onReadWrite(Consumer<Transaction> consumer)
Describes how a transaction is started when a read or a write occurs. 
 | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.