Class OrientNoTransaction
java.lang.Object
org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
org.apache.tinkerpop.gremlin.orientdb.OrientTransaction
org.apache.tinkerpop.gremlin.orientdb.OrientNoTransaction
- All Implemented Interfaces:
AutoCloseable,org.apache.tinkerpop.gremlin.structure.Transaction
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Transaction
org.apache.tinkerpop.gremlin.structure.Transaction.CLOSE_BEHAVIOR, org.apache.tinkerpop.gremlin.structure.Transaction.Exceptions, org.apache.tinkerpop.gremlin.structure.Transaction.READ_WRITE_BEHAVIOR, org.apache.tinkerpop.gremlin.structure.Transaction.Status, org.apache.tinkerpop.gremlin.structure.Transaction.Symbols -
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.orientdb.OrientTransaction
closeConsumerInternal, graph, readWriteConsumerInternal, transactionListenersFields inherited from interface org.apache.tinkerpop.gremlin.structure.Transaction
NO_OP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tinkerpop.gremlin.orientdb.OrientTransaction
addTransactionListener, clearTransactionListeners, db, doClose, doReadWrite, fireOnCommit, fireOnRollback, onClose, onReadWrite, removeTransactionListener, txMethods inherited from class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
begin, close, commit, createThreadedTx, open, readWrite, rollbackMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Transaction
begin
-
Constructor Details
-
OrientNoTransaction
-
-
Method Details
-
isOpen
public boolean isOpen()- Specified by:
isOpenin interfaceorg.apache.tinkerpop.gremlin.structure.Transaction- Overrides:
isOpenin classOrientTransaction
-
doOpen
protected void doOpen()- Overrides:
doOpenin classOrientTransaction
-
doCommit
protected void doCommit() throws org.apache.tinkerpop.gremlin.structure.util.TransactionException- Overrides:
doCommitin classOrientTransaction- Throws:
org.apache.tinkerpop.gremlin.structure.util.TransactionException
-
doRollback
protected void doRollback() throws org.apache.tinkerpop.gremlin.structure.util.TransactionException- Overrides:
doRollbackin classOrientTransaction- Throws:
org.apache.tinkerpop.gremlin.structure.util.TransactionException
-