Interface IndexingStrategy

All Superinterfaces:
AutoCloseable, Closeable, Closeable, Function<Supplier<Index.Result>,Index.Result>, Function<Supplier<Index.Result>,Index.Result>
All Known Implementing Classes:
MultiThreadedIndexingStrategy, SimpleIndexingStrategy

public interface IndexingStrategy extends Function<Supplier<Index.Result>,Index.Result>, Closeable
Implementations determine how we do multi-threading for reindex-all.
  • Field Summary

    Fields inherited from interface com.atlassian.jira.util.Closeable

    CLOSE
  • Method Summary

    Methods inherited from interface com.atlassian.jira.util.Closeable

    close

    Methods inherited from interface com.atlassian.jira.util.Function

    apply

    Methods inherited from interface java.util.function.Function

    andThen, compose