public interface IndexingMode
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.Modifier and Type | Interface and Description |
---|---|
static class |
IndexingMode.DirectIndexingMode |
static class |
IndexingMode.QueuedIndexingMode |
Modifier and Type | Field and Description |
---|---|
static IndexingMode |
DIRECT |
static IndexingMode |
QUEUED |
Modifier and Type | Method and Description |
---|---|
Index.Manager |
createIndexManager(String name,
Configuration configuration,
ApplicationProperties applicationProperties) |
static final IndexingMode DIRECT
static final IndexingMode QUEUED
@Nonnull Index.Manager createIndexManager(String name, Configuration configuration, ApplicationProperties applicationProperties)
Copyright © 2002-2019 Atlassian. All Rights Reserved.