Class JournalledSystem.JournalSummary

  • Enclosing class:
    JournalledSystem

    private static class JournalledSystem.JournalSummary
    extends java.lang.Object
    Summary information about a journal.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean can_be_recovered
      True if the journal is recoverable (has one or more complete check points available).
      (package private) JournalledSystem.JournalFile journal_file
      The JournalFile object that is a summary of.
      (package private) long last_checkpoint
      The position of the last checkpoint in the journal.
      (package private) java.util.ArrayList resource_list
      The list of all resource names that this journal 'touches'.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • can_be_recovered

        boolean can_be_recovered
        True if the journal is recoverable (has one or more complete check points available).
      • last_checkpoint

        long last_checkpoint
        The position of the last checkpoint in the journal.
      • resource_list

        java.util.ArrayList resource_list
        The list of all resource names that this journal 'touches'.