| Package | Description |
|---|---|
| com.atlassian.confluence.impl.journal |
Provides implementation of Journal Service.
|
| com.atlassian.confluence.importexport.xmlimport |
Imports Confluence data from an XML backup.
|
| com.atlassian.confluence.test.rpc | |
| com.atlassian.confluence.upgrade.upgradetask |
| Modifier and Type | Class and Description |
|---|---|
class |
BandanaJournalStateStore
Stores journal queue state in bandana.
|
class |
CachingJournalStateStore |
class |
FilesystemJournalStateStore
Persists journal state in the local home directory on each node.
|
| Constructor and Description |
|---|
CachingJournalStateStore(JournalStateStore delegate,
com.atlassian.vcache.VCacheFactory cacheFactory) |
DefaultJournalManager(JournalDao journalDao,
JournalStateStore journalStateStore,
long ignoreWithinMillis) |
| Constructor and Description |
|---|
FileBackupImporter(JournalStateStore journalStateStore,
JournalStateStore bandanaJournalStateStore,
BootstrapManager bootstrapManager,
BackupRestoreProviderManager backupRestoreProviderManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
DefaultAttachmentManager systemDefaultAttachmentManager,
PluginDataImportService pluginDataImportService,
com.atlassian.bonnie.Indexer indexer) |
| Modifier and Type | Method and Description |
|---|---|
void |
FuncTestRpcHandlerImpl.setJournalStateStore(JournalStateStore journalStateStore) |
| Constructor and Description |
|---|
InitialiseIndexJournalStateUpgradeTask(JournalStateStore journalStateStore,
org.hibernate.SessionFactory sessionFactory) |
Copyright © 2003–2017 Atlassian. All rights reserved.