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)
Function
get
in interface com.atlassian.util.concurrent.Function<Supplier<Index.Result>,Index.Result>
input
- an object of type D.public void close()
Closeable
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2002-2018 Atlassian. All Rights Reserved.