public class SimpleIndexingStrategy extends Object implements IndexingStrategy
| Constructor and Description |
|---|
SimpleIndexingStrategy() |
| 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 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-2015 Atlassian. All Rights Reserved.