Interface | Description |
---|---|
JournalFile | |
JournalReaderCallback | |
JournalRecordProvider |
This is an interface used only internally.
|
Class | Description |
---|---|
AbstractJournalUpdateTask |
Super class for Journal maintenances such as clean up and Compactor
|
FileWrapperJournal |
Journal used at a replicating backup server during the synchronization of data with the 'live'
server.
|
JournalCompactor | |
JournalConstants | Deprecated |
JournalFileImpl | |
JournalFilesRepository |
This is a helper class for the Journal, which will control access to dataFiles, openedFiles and freeFiles
Guaranteeing that they will be delivered in order to the Journal
|
JournalImpl |
A circular log implementation.
|
JournalReaderCallbackAbstract | |
JournalRecord |
This holds the relationship a record has with other files in regard to reference counting.
|
JournalTransaction | |
Reclaimer |
The journal consists of an ordered list of journal files Fn where
0 <= n <= N |
SimpleWaitIOCallback | |
SyncIOCompletion |
Internal class used to manage explicit syncs on the Journal through callbacks.
|
TransactionCallback |
Copyright © 2018 JBoss by Red Hat. All rights reserved.