java.lang.Object
org.apache.jena.tdb1.transaction.JournalControl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDump a journal - debug support function - opens the journal specially - inconsistent views possiblestatic voidstatic booleanrecoverFromJournal(StorageConfig sConf, Journal jrnl) Recovery from a journal.static voidrecovery(DatasetGraphTDB dsg) Recover a base storage DatasetGraphstatic voidreplay(Journal journal, DatasetGraphTDB dsg) Replay a journal onto a datasetstatic voidreplay(Transaction transaction)
-
Constructor Details
-
JournalControl
public JournalControl()
-
-
Method Details
-
print
Dump a journal - debug support function - opens the journal specially - inconsistent views possible -
print
-
recovery
Recover a base storage DatasetGraph -
recoverFromJournal
Recovery from a journal. Find if there is a commit record; if so, replay the journal to that point. Try to see if there is another commit record ... Return true if a recovery was attempted; return false if we decided no work needed. -
replay
-
replay
Replay a journal onto a dataset
-