|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Supplier | |
|---|---|
| com.atlassian.jira.index | |
| com.atlassian.jira.issue.index | |
| com.atlassian.jira.issue.search | |
| com.atlassian.jira.util.cache | |
| com.atlassian.jira.util.collect | |
| Uses of Supplier in com.atlassian.jira.index |
|---|
| Methods in com.atlassian.jira.index with parameters of type Supplier | |
|---|---|
Index.Result |
SimpleIndexingStrategy.get(Supplier<Index.Result> input)
|
Index.Result |
MultiThreadedIndexingStrategy.get(Supplier<Index.Result> input)
|
| Uses of Supplier in com.atlassian.jira.issue.index |
|---|
| Subinterfaces of Supplier in com.atlassian.jira.issue.index | |
|---|---|
interface |
IndexDirectoryFactory
Responsible for creating the directories required for issue and comment indexing. |
| Classes in com.atlassian.jira.issue.index that implement Supplier | |
|---|---|
static class |
IndexDirectoryFactory.IndexPathAdapter
|
| Uses of Supplier in com.atlassian.jira.issue.search |
|---|
| Methods in com.atlassian.jira.issue.search with parameters of type Supplier | |
|---|---|
Collection<String>[] |
ReaderCache.get(org.apache.lucene.index.IndexReader reader,
String key,
Supplier<Collection<String>[]> supplier)
|
Collection<String>[] |
DefaultReaderCache.get(org.apache.lucene.index.IndexReader reader,
String key,
Supplier<Collection<String>[]> supplier)
|
| Uses of Supplier in com.atlassian.jira.util.cache |
|---|
| Methods in com.atlassian.jira.util.cache with parameters of type Supplier | |
|---|---|
T |
CompositeKeyCache.get(R one,
S two,
Supplier<T> supplier)
Get the thing mapped to this key for the specified reader. |
| Uses of Supplier in com.atlassian.jira.util.collect |
|---|
| Methods in com.atlassian.jira.util.collect with parameters of type Supplier | ||
|---|---|---|
void |
MemoizingMap.Master.Builder.addLazy(K key,
Supplier<? extends V> value)
|
|
static
|
MultiMaps.create(Map<K,C> basedOn,
Supplier<C> collectionFactory)
|
|
static
|
MultiMaps.create(Supplier<C> collectionFactory)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||