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.internal.search.v2 | |
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 |
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) |
JournalStateResettingListener(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar,
JournalStateStore journalStateStore) |
Constructor and Description |
---|
FileBackupImporter(JournalStateStore journalStateStore,
JournalStateStore bandanaJournalStateStore) |
Constructor and Description |
---|
ShadowDiagnosticInfoBuilder(JournalStateStore luceneStateStore,
JournalStateStore esStateStore) |
ShadowDiagnosticInfoBuilderFactory(JournalStateStore luceneStateStore,
JournalStateStore esStateStore) |
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.