public interface Transaction
| Modifier and Type | Interface and Description |
|---|---|
static class |
Transaction.Status |
| Modifier and Type | Method and Description |
|---|---|
void |
addWorker(TransactionWorker worker) |
List<Edge> |
asList()
Get the list of edges added to the graph in the current transaction
|
void |
commit()
Commit the currently open transaction
|
Transaction.Status |
getStatus()
Check whether a transaction is open
|
void |
open()
Open a transaction.
|
void |
removeWorker(TransactionWorker worker) |
void |
rollback() |
void open()
Transaction.Status getStatus()
void commit()
void rollback()
List<Edge> asList()
void addWorker(TransactionWorker worker)
void removeWorker(TransactionWorker worker)
Copyright © 2019. All rights reserved.