Uses of Interface
org.apache.jena.tdb1.transaction.TransactionLifecycle
Packages that use TransactionLifecycle
-
Uses of TransactionLifecycle in org.apache.jena.tdb1.transaction
Classes in org.apache.jena.tdb1.transaction that implement TransactionLifecycleModifier and TypeClassDescriptionclassBlock manager that keeps temporary copies of updated blocks, then writes them to a journal when commitPrepare happens.classThis version works with two files - the main, base file and a per-transaction journal file.Methods in org.apache.jena.tdb1.transaction with parameters of type TransactionLifecycleModifier and TypeMethodDescriptionvoidTransactionManager.addAdditionComponent(TransactionLifecycle txnLifecycle) Add aTransactionLifecycleto transactions createed from this point onwards.