Class JournalControl

java.lang.Object
org.apache.jena.dboe.transaction.txn.journal.JournalControl

public class JournalControl extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    print(String filename)
    Dump a journal - debug support function - opens the journal specially - inconsistent views possible
    static void
    print(Journal journal)
    Dump a journal - debug support function.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JournalControl

      public JournalControl()
  • Method Details

    • print

      public static void print(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.