public interface TransactionalGraph extends Graph
| Modifier and Type | Interface and Description |
|---|---|
static class |
TransactionalGraph.Conclusion
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Stop the current transaction and successfully apply mutations to the graph.
|
void |
rollback()
Stop the current transaction and drop any mutations applied since the last transaction.
|
void |
stopTransaction(TransactionalGraph.Conclusion conclusion)
Deprecated.
|
addEdge, addVertex, getEdge, getEdges, getEdges, getFeatures, getVertex, getVertices, getVertices, query, removeEdge, removeVertex, shutdown@Deprecated void stopTransaction(TransactionalGraph.Conclusion conclusion)
conclusion - whether or not the current transaction was successfulvoid commit()
void rollback()
Copyright © 2010-2014. All Rights Reserved.