Uses of Class
com.mckoi.store.JournalledSystem.JournalFile
-
Packages that use JournalledSystem.JournalFile Package Description com.mckoi.store -
-
Uses of JournalledSystem.JournalFile in com.mckoi.store
Fields in com.mckoi.store declared as JournalledSystem.JournalFile Modifier and Type Field Description private JournalledSystem.JournalFile
JournalledSystem.JournalEntry. journal
The journal file.(package private) JournalledSystem.JournalFile
JournalledSystem.JournalSummary. journal_file
The JournalFile object that is a summary of.private JournalledSystem.JournalFile
JournalledSystem. top_journal_file
The current top journal file.Methods in com.mckoi.store that return JournalledSystem.JournalFile Modifier and Type Method Description JournalledSystem.JournalFile
JournalledSystem.JournalEntry. getJournalFile()
Returns the journal file for this entry.private JournalledSystem.JournalFile
JournalledSystem. topJournal()
Returns the current top journal file.Constructors in com.mckoi.store with parameters of type JournalledSystem.JournalFile Constructor Description JournalEntry(java.lang.String resource_name, JournalledSystem.JournalFile journal, long position, long page_number)
Constructs the entry.JournalSummary(JournalledSystem.JournalFile journal_file)
Constructor.
-