Uses of Class
com.mckoi.store.JournalledSystem.JournalEntry
-
Packages that use JournalledSystem.JournalEntry Package Description com.mckoi.store -
-
Uses of JournalledSystem.JournalEntry in com.mckoi.store
Fields in com.mckoi.store declared as JournalledSystem.JournalEntry Modifier and Type Field Description private JournalledSystem.JournalEntry[]JournalledSystem.Resource. journal_mapThe hash of all journal entries on this resource (JournalEntry).(package private) JournalledSystem.JournalEntryJournalledSystem.JournalEntry. next_pageThe next journal entry with the same page numberMethods in com.mckoi.store that return JournalledSystem.JournalEntry Modifier and Type Method Description (package private) JournalledSystem.JournalEntryJournalledSystem.JournalFile. logPageModification(java.lang.String resource_name, long page_number, byte[] buf, int off, int len)Logs a page modification to the end of the log and returns a pointer in the file to the modification.
-