Package | Description |
---|---|
com.atlassian.confluence.impl.index | |
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 |
Constructor and Description |
---|
DefaultIndexRecoveryService(JournalStateStore journalStateStore,
JournalDao journalDao,
ClusterManager clusterManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ClusterEventWrapperService clusterEventWrapperService,
com.atlassian.plugin.PluginAccessor pluginAccessor) |
Modifier and Type | Class and Description |
---|---|
class |
CachingJournalStateStore |
class |
FilesystemJournalStateStore
Persists journal state in the local home directory on each node.
|
Constructor and Description |
---|
CachingJournalStateStore(JournalStateStore delegate,
com.atlassian.cache.CacheFactory cacheFactory) |
DefaultJournalManager(JournalDao journalDao,
JournalStateStore journalStateStore,
long ignoreWithinMillis) |
JournalStateResettingListener(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar,
JournalStateStore journalStateStore) |
Constructor and Description |
---|
FileBackupImporter(JournalStateStore journalStateStore) |
Modifier and Type | Method and Description |
---|---|
void |
FuncTestRpcHandlerImpl.setJournalStateStore(JournalStateStore journalStateStore) |
Constructor and Description |
---|
InitialiseIndexJournalStateUpgradeTask(JournalStateStore journalStateStore,
net.sf.hibernate.SessionFactory sessionFactory) |
Copyright © 2003–2015 Atlassian. All rights reserved.