Uses of Class
org.apache.tinkerpop.gremlin.structure.util.TransactionException
-
Packages that use TransactionException Package Description org.apache.tinkerpop.gremlin.structure.util -
-
Uses of TransactionException in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util that throw TransactionException Modifier and Type Method Description protected abstract void
AbstractTransaction. doCommit()
Called withAbstractTransaction.commit()
after theTransaction.onReadWrite(Consumer)
has been notified.protected abstract void
AbstractTransaction. doRollback()
Called withAbstractTransaction.rollback()
after theTransaction.onReadWrite(Consumer)
has been notified.
-