Class JournalControl
- java.lang.Object
-
- org.apache.jena.dboe.transaction.txn.journal.JournalControl
-
public class JournalControl extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JournalControl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprint(java.lang.String filename)Dump a journal - debug support function - opens the journal specially - inconsistent views possiblestatic voidprint(Journal journal)Dump a journal - debug support function.
-
-
-
Method Detail
-
print
public static void print(java.lang.String filename)
Dump a journal - debug support function - opens the journal specially - inconsistent views possible
-
print
public static void print(Journal journal)
Dump a journal - debug support function.
-
-