Package | Description |
---|---|
com.atlassian.jira.index | |
com.atlassian.jira.issue.index | |
com.atlassian.jira.sharing.index |
Modifier and Type | Method and Description |
---|---|
static Index.Manager |
Indexes.createQueuedIndexManager(String name,
Configuration config,
int maxQueueSize)
Creates an index where the index operations are placed on a queue and the
actual work is done on a background thread.
|
static Index.Manager |
Indexes.createSimpleIndexManager(Configuration config)
Deprecated.
remove it as part of DBR-107
|
static Index.Manager |
Indexes.createSimpleIndexManager(String name,
Configuration config)
Creates an index where the index operation work is done in the calling
thread.
|
Modifier and Type | Method and Description |
---|---|
Index.Manager |
IndexingMode.createIndexManager(String name,
Configuration configuration,
ApplicationProperties applicationProperties) |
Index.Manager |
IndexingMode.DirectIndexingMode.createIndexManager(String name,
Configuration configuration,
ApplicationProperties applicationProperties) |
Index.Manager |
IndexingMode.QueuedIndexingMode.createIndexManager(String name,
Configuration configuration,
ApplicationProperties applicationProperties) |
Index.Manager |
LuceneIssueIndexProvider.get(IndexDirectoryFactory.Name key) |
Modifier and Type | Method and Description |
---|---|
Map<IndexDirectoryFactory.Name,Index.Manager> |
MockIndexDirectoryFactory.get() |
Map<IndexDirectoryFactory.Name,Index.Manager> |
IndexDirectoryFactory.IndexPathAdapter.get() |
Iterator<Index.Manager> |
LuceneIssueIndexProvider.iterator() |
Modifier and Type | Field and Description |
---|---|
static Index.Manager |
DefaultSharedEntityIndexer.NULL_MANAGER
used only when closing and shutting down so we don't create stray index directories
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.