public interface IndexDirectoryFactory extends Supplier<Map<IndexDirectoryFactory.Name,Index.Manager>>
directories
required for issue and comment indexing.Modifier and Type | Interface and Description |
---|---|
static class |
IndexDirectoryFactory.IndexPathAdapter |
static class |
IndexDirectoryFactory.Name |
Modifier and Type | Method and Description |
---|---|
List<String> |
getIndexPaths() |
String |
getIndexRootPath() |
void |
setIndexingMode(IndexingMode mode)
Sets the Indexing Mode - one of either DIRECT or QUEUED.
|
String getIndexRootPath()
void setIndexingMode(@Nonnull IndexingMode mode)
mode
- the indexing mode.Copyright © 2002-2019 Atlassian. All Rights Reserved.