Uses of Interface
org.aksw.commons.txn.api.Txn
Packages that use Txn
-
Uses of Txn in org.aksw.commons.txn.api
Methods in org.aksw.commons.txn.api that return TxnModifier and TypeMethodDescriptionGet an accessor to an existing transactiondefault TxnTxnMgr.newTxn(boolean useJournal, boolean isWrite) Create a new transaction.Methods in org.aksw.commons.txn.api that return types with arguments of type Txn -
Uses of Txn in org.aksw.commons.txn.impl
Classes in org.aksw.commons.txn.impl that implement TxnMethods in org.aksw.commons.txn.impl that return TxnModifier and TypeMethodDescriptionMethods in org.aksw.commons.txn.impl that return types with arguments of type TxnMethods in org.aksw.commons.txn.impl with parameters of type TxnModifier and TypeMethodDescriptionvoidstatic voidTxnUtils.abort(Txn txn, TxnHandler handler) static voidTxnUtils.applyJournal(Txn txn, TxnHandler handler) static voidTxnUtils.applyJournalOld(Txn txn, TxnHandler handler) Deprecated.voidstatic voidTxnUtils.commit(Txn txn, TxnHandler handler) static voidTxnUtils.finalizeCommit(Txn txn) Finalize all pending changes.static voidTxnUtils.precommit(Txn txn, TxnHandler handler) voidTxnHandlerImpl.rollbackOrEnd(Txn txn) static voidTxnUtils.rollbackOrEnd(Txn txn, TxnHandler handler) static voidTxnUtils.unlock(Txn txn, TxnHandler handler)