See: Description
Interface | Description |
---|---|
JournalDao |
Provides access to
JournalEntry objects. |
JournalManager |
This manager is an entry point to the journal subsystem.
|
JournalStateStore |
Provides per node persistence for saving the id of the most recent
entry that has been retrieved from the journal.
|
Class | Description |
---|---|
CachingJournalStateStore | |
DefaultJournalManager |
This is the default implementation of
JournalManager . |
DefaultJournalService |
This is the default implementation of
JournalService . |
FilesystemJournalStateStore |
Persists journal state in the local home directory on each node.
|
HibernateJournalDao |
JournalDao that uses Hibernate for
persistence. |
JournalCleaner |
Removes old journal entries.
|
JournalEntry |
Entry in a journal.
|
JournalIdentifierUserType |
Converts
JournalIdentifier s to and from strings in the DB. |
JournalStateResettingListener |
Resets journal state on remote nodes after site import.
|
This package is NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration of bootstrapContext.xml.
Copyright © 2003–2015 Atlassian. All rights reserved.