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.
|
Constructor and Description |
---|
OneWayDatabaseVersionFeature(String featureName,
String disableFeaturePropertyName,
int databaseVersionFeatureEnabled,
Supplier<Integer> currentDatabaseVersionProvider,
Runnable onFeatureEnabled) |
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 | Class and Description |
---|---|
class |
ManagedIndexSearcher
ManagedIndexSearcher is a searcher which lifecycle is handled by JIRA context.
|
class |
UnmanagedIndexSearcher |
Modifier and Type | Method and Description |
---|---|
Index.Result |
MultiThreadedIndexingStrategy.apply(Supplier<Index.Result> input) |
Index.Result |
SimpleIndexingStrategy.apply(Supplier<Index.Result> input) |
Modifier and Type | Method and Description |
---|---|
Map<String,Supplier<Object>> |
GenericInstrument.snapshot() |
Constructor and Description |
---|
GenericInstrument(String name,
Map<String,Supplier<Object>> suppliers) |
GenericInstrument(String name,
Map<String,Supplier<Object>> suppliers,
long value) |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexDirectoryFactory
Responsible for creating the
directories required for issue, comment, changehistory, and worklog indexing. |
Modifier and Type | Class and Description |
---|---|
static class |
IndexDirectoryFactory.IndexPathAdapter |
class |
MockIndexDirectoryFactory |
Constructor and Description |
---|
DynamicJmxValue(String name,
Map<String,Supplier<Attribute>> attributeMap) |
Modifier and Type | Method and Description |
---|---|
void |
BigPipeService.pipeContent(String id,
Integer priority,
Supplier<String> contentGenerator)
Adds content to the pipe processing.
|
Modifier and Type | Method and Description |
---|---|
Supplier<List<String>> |
PrioritySchemeBean.getProjectKeysSupplier() |
Modifier and Type | Method and Description |
---|---|
PrioritySchemeBean.Builder |
PrioritySchemeBean.Builder.projectKeysSupplier(Supplier<List<String>> projectKeysSupplier) |
void |
PrioritySchemeBean.setProjectKeysSupplier(Supplier<List<String>> projectKeysSupplier) |
Constructor and Description |
---|
PrioritySchemeBean(URI self,
Long id,
String name,
String description,
String defaultOptionId,
List<String> optionIds,
boolean defaultScheme,
List<String> projectKeys,
Supplier<List<String>> projectKeysSupplier,
String expand) |
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 |
---|---|
static <T> Retry<T> |
Retry.from(Supplier<T> supplier) |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
ThreadLocalQueryProfiler.store(String group,
Supplier<String> querySupplier,
long time) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.