public class MultiThreadedIndexingStrategy extends Object implements IndexingStrategy
IndexingStrategy with an Executor.| Constructor and Description |
|---|
MultiThreadedIndexingStrategy(IndexingStrategy strategy,
MultiThreadedIndexingConfiguration config,
String threadPrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this stream and releases any system resources associated with it.
|
Index.Result |
get(Supplier<Index.Result> input)
Resolves an output
|
public MultiThreadedIndexingStrategy(@Nonnull IndexingStrategy strategy, MultiThreadedIndexingConfiguration config, String threadPrefix)
public Index.Result get(Supplier<Index.Result> input)
Functionget in interface com.atlassian.util.concurrent.Function<Supplier<Index.Result>,Index.Result>input - an object of type D.public void close()
Closeableclose in interface Closeableclose in interface AutoCloseableCopyright © 2002-2018 Atlassian. All Rights Reserved.