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.index.lucene.snapshot | |
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 |
---|
DefaultLuceneIndexSnapshotManager(com.atlassian.plugin.PluginAccessor pluginAccessor,
BootstrapManager bootstrapManager,
JournalStateStore journalStateStore) |
DefaultLuceneIndexSnapshotManager(com.atlassian.plugin.PluginAccessor pluginAccessor,
BootstrapManager bootstrapManager,
JournalStateStore journalStateStore,
Function<Path,Optional<Long>> indexVersionReader) |
Modifier and Type | Method and Description |
---|---|
void |
FuncTestRpcHandlerImpl.setJournalStateStore(JournalStateStore journalStateStore) |
Constructor and Description |
---|
InitialiseIndexJournalStateUpgradeTask(JournalStateStore journalStateStore,
org.hibernate.SessionFactory sessionFactory) |
SplitIndexUpgradeTask(@NonNull com.atlassian.bonnie.ILuceneConnection contentConnection,
@NonNull com.atlassian.bonnie.ILuceneConnection changesConnection,
@NonNull I18NBeanFactory i18NBeanFactory,
@NonNull JournalStateStore journalStateStore,
@NonNull JournalIdentifier contentJournalIdentifier,
@NonNull JournalIdentifier changeJournalIdentifier,
@NonNull SplitIndexSnapshotManager snapshotManager)
Creates a new SplitIndexUpgradeTask that will split the index.
|
SplitJournalUpgradeTask(@NonNull DdlExecutor ddlExecutor,
@NonNull JournalStateStore journalStateStore,
@NonNull JournalIdentifier contentJournalIdentifier,
@NonNull JournalIdentifier changeJournalIdentifier,
@NonNull org.hibernate.SessionFactory sessionFactory,
@NonNull IndexTaskFactory indexTaskFactory,
@NonNull JournalIndexTaskQueue changeQueue) |
Copyright © 2003–2021 Atlassian. All rights reserved.
View cookie preferences