com.atlassian.jira.index
Interface IndexingStrategy

All Superinterfaces:
Closeable, com.atlassian.util.concurrent.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.Function
get
 
Methods inherited from interface com.atlassian.jira.util.Closeable
close
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.