| Name | Description | Type | Package | Framework |
| AbstractLoggable | Abstract implementation of the Loggable interface. | Class | org.exist.storage.journal | ExistDB |
| FileSyncThread | Sync the current journal file by calling FileChannel. | Class | org.exist.storage.journal | ExistDB |
| Journal | Manages the journalling log. | Class | org.exist.storage.journal | ExistDB |
| JournalReader | Read log entries from the journal file. | Class | org.exist.storage.journal | ExistDB |
| LogEntryTypes | Registry for log entry types. | Class | org.exist.storage.journal | ExistDB |
| LogException | Class | org.exist.storage.journal | ExistDB | |
| Loggable | Interface to be implemented by all objects that can be written or read from the journalling log. | Interface | org.exist.storage.journal | ExistDB |
| Lsn | Log Sequence Number: identifies a log record within the journal file. | Class | org.exist.storage.journal | ExistDB |