Uses of Interface
com.atlassian.jira.util.Supplier

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
           
 class MockIndexDirectoryFactory
           
 

Methods in com.atlassian.jira.issue.index with parameters of type Supplier
static boolean IndexConsistencyUtils.isIndexConsistent(String name, int expectedCount, Supplier<org.apache.lucene.search.IndexSearcher> supplier)
          Performs a simple consistency check on an index by opening it, comparing the document count to an expected value supplied by the caller, and closing it.
 

Uses of Supplier in com.atlassian.jira.issue.search
 

Methods in com.atlassian.jira.issue.search with parameters of type Supplier
 Collection<String>[] DefaultReaderCache.get(org.apache.lucene.index.IndexReader reader, String key, Supplier<Collection<String>[]> supplier)
           
 Collection<String>[] ReaderCache.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
 MemoizingMap.Master.Builder<K,V> MemoizingMap.Master.Builder.addLazy(K key, Supplier<? extends V> value)
           
static
<K,V,C extends Collection<V>>
MultiMap<K,V,C>
MultiMaps.create(Map<K,C> basedOn, Supplier<C> collectionFactory)
           
static
<K,V,C extends Collection<V>>
MultiMap<K,V,C>
MultiMaps.create(Supplier<C> collectionFactory)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.