Class TxnHandlerImpl
java.lang.Object
org.aksw.commons.txn.impl.TxnHandlerImpl
- All Implemented Interfaces:
TxnHandler
Skeleton for implementing commit / rollback actions. Provides callbacks
that allow for syncing in-memory copies.
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TxnHandler
afterPreCommit, beforePreCommit, beforeUnlock, end
-
Field Details
-
txnMgr
-
-
Constructor Details
-
TxnHandlerImpl
-
-
Method Details
-
cleanupStaleTxns
- Throws:
IOException
-
commit
-
abort
-
rollbackOrEnd
- Throws:
IOException
-