com.atlassian.jira.issue.index
Interface IndexDirectoryFactory
- All Superinterfaces:
- Supplier<Map<IndexDirectoryFactory.Name,Index.Manager>>
- All Known Implementing Classes:
- IndexDirectoryFactory.IndexPathAdapter
public interface IndexDirectoryFactory
- extends Supplier<Map<IndexDirectoryFactory.Name,Index.Manager>>
Responsible for creating the directories
required for issue and comment indexing.
- Since:
- v4.0
Methods inherited from interface com.atlassian.jira.util.Supplier |
get |
getIndexRootPath
String getIndexRootPath()
getIndexPaths
List<String> getIndexPaths()
setIndexingMode
void setIndexingMode(@NotNull
IndexDirectoryFactory.Mode mode)
- Sets the Indexing Mode - one of either DIRECT or QUEUED.
- Parameters:
mode
- the indexing mode.
Copyright © 2002-2011 Atlassian. All Rights Reserved.