Modifier and Type | Method and Description |
---|---|
Transaction |
HadoopGraph.tx() |
Modifier and Type | Method and Description |
---|---|
Transaction |
ComputerGraph.tx() |
Modifier and Type | Method and Description |
---|---|
Transaction |
GraphTraversalSource.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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransaction
A simple base class for
Transaction that provides some common functionality and default behavior. |
Modifier and Type | Field and Description |
---|---|
protected Consumer<Transaction> |
AbstractTransaction.closeConsumer |
protected Consumer<Transaction> |
AbstractTransaction.readWriteConsumer |
Modifier and Type | Method and Description |
---|---|
Transaction |
AbstractTransaction.onClose(Consumer<Transaction> consumer) |
Transaction |
AbstractTransaction.onReadWrite(Consumer<Transaction> consumer) |
Modifier and Type | Method and Description |
---|---|
Transaction |
AbstractTransaction.onClose(Consumer<Transaction> consumer) |
Transaction |
AbstractTransaction.onReadWrite(Consumer<Transaction> consumer) |
Modifier and Type | Method and Description |
---|---|
Transaction |
EmptyGraph.tx() |
Modifier and Type | Method and Description |
---|---|
Transaction |
StarGraph.tx() |
Modifier and Type | Method and Description |
---|---|
Transaction |
TinkerGraph.tx() |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.