Package | Description |
---|---|
com.atlassian.confluence.functest.rest.admin |
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
|
com.atlassian.confluence.impl.search | |
com.atlassian.confluence.search.lucene.queue | |
com.atlassian.confluence.search.queue |
Constructor and Description |
---|
IndexResource(IndexFlushRequester indexFlushRequester) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIndexFlushRequester
This class is responsible for ensuring that index flush is requested at most
once per transaction, and that it will only be scheduled once the
transaction has been committed.
|
Constructor and Description |
---|
JournalIndexTaskQueue(JournalService journalService,
IndexTaskFactory indexTaskFactory,
AnyTypeDao anyTypeDao,
IndexFlushRequester indexFlushRequester) |
Modifier and Type | Field and Description |
---|---|
protected IndexFlushRequester |
AbstractJournalIndexTaskQueue.indexFlushRequester |
Constructor and Description |
---|
AbstractJournalIndexTaskQueue(JournalService journalService,
AnyTypeDao anyTypeDao,
IndexFlushRequester indexFlushRequester) |
Copyright © 2003–2020 Atlassian. All rights reserved.