| Package | Description |
|---|---|
| org.apache.jena.dboe.transaction | |
| org.apache.jena.dboe.transaction.txn | |
| org.apache.jena.dboe.transaction.txn.journal |
| Modifier and Type | Method and Description |
|---|---|
static Transactional |
TransactionalFactory.createTransactional(Journal journal,
TransactionalComponent... elements)
Create, and start, management of a number of
TransactionalComponents |
| Modifier and Type | Method and Description |
|---|---|
Journal |
TransactionCoordinator.getJournal() |
| Constructor and Description |
|---|
TransactionCoordinator(Journal journal)
Create a TransactionCoordinator, initially with no associated
TransactionalComponents |
TransactionCoordinator(Journal journal,
List<TransactionalComponent> components)
Create a TransactionCoordinator, initially with
TransactionalComponent in the ComponentGroup |
| Modifier and Type | Method and Description |
|---|---|
static Journal |
Journal.create(BufferChannel chan) |
static Journal |
Journal.create(Location location) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JournalControl.print(Journal journal)
Dump a journal - debug support function.
|
Licensed under the Apache License, Version 2.0