Modifier and Type | Class and Description |
---|---|
class |
ComponentReference<T>
Provides a way to obtain a dependency that cannot be injected due to a circular reference
and without having to make numerous explicit calls to
ComponentAccessor . |
class |
OsgiComponentReference<T>
Represents a reference like
ComponentReference but for OSGi Components. |
Modifier and Type | Method and Description |
---|---|
T |
ResettableLazyReference.getOrCreate(Supplier<T> creator)
Gets the reference's value, obtaining the new value from the supplier if it was not previously
initialized.
|
Modifier and Type | Class and Description |
---|---|
class |
JiraRestClientSupplier |
Constructor and Description |
---|
JiraRestClientSupplier(Supplier<JIRAEnvironmentData> environmentDataSupplier) |
JiraRestClientSupplier(Supplier<JIRAEnvironmentData> environmentDataSupplier,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
Index.Result |
MultiThreadedIndexingStrategy.get(Supplier<Index.Result> input) |
Index.Result |
SimpleIndexingStrategy.get(Supplier<Index.Result> input) |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexDirectoryFactory
Responsible for creating the
directories required for issue and comment indexing. |
Modifier and Type | Class and Description |
---|---|
static class |
IndexDirectoryFactory.IndexPathAdapter |
class |
MockIndexDirectoryFactory |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
BigPipeService.pipeContent(String id,
Integer priority,
Supplier<String> contentGenerator)
Adds content to the pipe processing.
|
Constructor and Description |
---|
TomcatContainer(org.codehaus.cargo.container.tomcat.Tomcat8xInstalledLocalContainer cargoContainer,
Supplier<JiraCluster.Node> nodeMaker,
Map<JiraType,? extends Path> warArchiveMap,
Path jiraHomeDir) |
Modifier and Type | Class and Description |
---|---|
class |
ServletSafeComponentReference<T>
Component reference that is safe to use from servlets, filters, etc...
|
Modifier and Type | Method and Description |
---|---|
BoundedExecutorServiceWrapper.Builder |
BoundedExecutorServiceWrapper.Builder.withExecutorService(Supplier<com.google.common.util.concurrent.ListeningExecutorService> executorServiceSupplier)
Provide a custom executor service supplier.
|
Modifier and Type | Method and Description |
---|---|
T |
CompositeKeyCache.get(R one,
S two,
Supplier<T> supplier)
Get the thing mapped to this key for the specified reader.
|
Modifier and Type | Method and Description |
---|---|
MemoizingMap.Master.Builder<K,V> |
MemoizingMap.Master.Builder.addLazy(K key,
Supplier<? extends V> value) |
static <K,V,C extends Collection<V>> |
MultiMaps.create(Map<K,C> basedOn,
Supplier<C> collectionFactory) |
static <K,V,C extends Collection<V>> |
MultiMaps.create(Supplier<C> collectionFactory) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.