| Package | Description |
|---|---|
| com.atlassian.confluence.impl.journal |
Provides implementation of Journal Service.
|
| com.atlassian.confluence.impl.search.queue | |
| com.atlassian.confluence.impl.system | |
| com.atlassian.confluence.plugins.edgeindex | |
| com.atlassian.confluence.search.lucene.queue | |
| com.atlassian.confluence.search.queue |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJournalService
This is the default implementation of
JournalService. |
| Constructor and Description |
|---|
ChangeIndexTaskQueue(JournalService journalService,
IndexTaskFactory indexTaskFactory,
AnyTypeDao anyTypeDao,
IndexFlushRequester indexFlushRequester,
JournalIdentifier journalIdentifier) |
ContentIndexTaskQueue(JournalService journalService,
IndexTaskFactory indexTaskFactory,
AnyTypeDao anyTypeDao,
IndexFlushRequester indexFlushRequester,
JournalIdentifier journalIdentifier) |
| Constructor and Description |
|---|
JournalSystemMaintenanceTaskQueue(JournalService journalService,
SystemMaintenanceTaskMarshalling taskMarshalling,
SystemMaintenanceTaskRegistry taskRegistry,
com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager) |
| Constructor and Description |
|---|
JournalEdgeIndexTaskQueue(JournalService journalManager,
EdgeIndexTaskFactory edgeIndexTaskFactory,
com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate) |
| Constructor and Description |
|---|
JournalIndexTaskQueue(JournalService journalService,
IndexTaskFactory indexTaskFactory,
AnyTypeDao anyTypeDao)
Deprecated.
since 5.9.0
|
JournalIndexTaskQueue(JournalService journalService,
IndexTaskFactory indexTaskFactory,
AnyTypeDao anyTypeDao,
IndexFlushRequester indexFlushRequester,
JournalIdentifier journalIdentifier) |
| Modifier and Type | Field and Description |
|---|---|
protected JournalService |
AbstractJournalIndexTaskQueue.journalService |
| Constructor and Description |
|---|
AbstractJournalIndexTaskQueue(JournalService journalService,
AnyTypeDao anyTypeDao,
IndexFlushRequester indexFlushRequester,
JournalIdentifier journalIdentifier) |
Copyright © 2003–2022 Atlassian. All rights reserved.