Interface IndexDirectoryFactory

All Superinterfaces:
Supplier<Map<IndexDirectoryFactory.Name,Index.Manager>>
All Known Implementing Classes:
IndexDirectoryFactory.IndexPathAdapter, MockIndexDirectoryFactory

@Deprecated(since="10.4") public interface IndexDirectoryFactory extends Supplier<Map<IndexDirectoryFactory.Name,Index.Manager>>
Deprecated.
since 10.4.
Responsible for creating the directories required for issue, comment, changehistory, and worklog indexing.
Since:
v4.0
  • Method Details

    • getIndexRootPath

      String getIndexRootPath()
      Deprecated.
    • getIndexPaths

      List<String> getIndexPaths()
      Deprecated.
    • setIndexingMode

      void setIndexingMode(@Nonnull IndexingMode mode)
      Deprecated.
      Sets the Indexing Mode - one of either DIRECT or QUEUED.
      Parameters:
      mode - the indexing mode.