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_map
The hash of all journal entries on this resource (JournalEntry).(package private) JournalledSystem.JournalEntry
JournalledSystem.JournalEntry. next_page
The next journal entry with the same page numberMethods in com.mckoi.store that return JournalledSystem.JournalEntry Modifier and Type Method Description (package private) JournalledSystem.JournalEntry
JournalledSystem.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.
-