Package com.atlassian.jira.issue.index
Interface IndexingMode
- All Known Implementing Classes:
IndexingMode.DirectIndexingMode
,IndexingMode.QueuedIndexingMode
public interface IndexingMode
Used by
IndexDirectoryFactory.IndexPathAdapter
to create Index.Manager
. There are two base
implementations DIRECT
and QUEUED
which create an Index.Manager
that is either blocking and non-threaded or non-blocking and threaded.- Since:
- v6.4
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateIndexManager
(String name, Configuration configuration, ApplicationProperties applicationProperties)
-
Field Details
-
DIRECT
-
QUEUED
-
-
Method Details
-
createIndexManager
@Nonnull Index.Manager createIndexManager(String name, Configuration configuration, ApplicationProperties applicationProperties)
-