Uses of Class
org.apache.jena.dboe.transaction.txn.journal.Journal
-
Packages that use Journal Package Description org.apache.jena.dboe.transaction org.apache.jena.dboe.transaction.txn org.apache.jena.dboe.transaction.txn.journal -
-
Uses of Journal in org.apache.jena.dboe.transaction
Methods in org.apache.jena.dboe.transaction with parameters of type Journal Modifier and Type Method Description static TransactionalTransactionalFactory. createTransactional(Journal journal, TransactionalComponent... elements)Create, and start, management of a number ofTransactionalComponents -
Uses of Journal in org.apache.jena.dboe.transaction.txn
Methods in org.apache.jena.dboe.transaction.txn that return Journal Modifier and Type Method Description JournalTransactionCoordinator. getJournal()Constructors in org.apache.jena.dboe.transaction.txn with parameters of type Journal Constructor Description TransactionCoordinator(Journal journal)Create a TransactionCoordinator, initially with no associatedTransactionalComponents.TransactionCoordinator(Journal journal, java.util.List<TransactionalComponent> components)Create a TransactionCoordinator, initially withTransactionalComponentsin the ComponentGroup -
Uses of Journal in org.apache.jena.dboe.transaction.txn.journal
Methods in org.apache.jena.dboe.transaction.txn.journal that return Journal Modifier and Type Method Description static JournalJournal. create(BufferChannel chan)static JournalJournal. create(Location location)Methods in org.apache.jena.dboe.transaction.txn.journal with parameters of type Journal Modifier and Type Method Description static voidJournalControl. print(Journal journal)Dump a journal - debug support function.
-