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() . |
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–2020 Apache Software Foundation. All rights reserved.