| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertySource |
IndexManagerStartContext.getConfigurationPropertySource() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractWorkOrchestrator.doStart(ConfigurationPropertySource propertySource) |
void |
AbstractWorkOrchestrator.start(ConfigurationPropertySource propertySource)
Start any resource necessary to operate the orchestrator at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertySource |
BackendStartContext.getConfigurationPropertySource() |
| Modifier and Type | Method and Description |
|---|---|
BackendImplementor |
BackendFactory.create(String name,
BackendBuildContext context,
ConfigurationPropertySource propertySource) |
IndexManagerBuilder |
BackendImplementor.createIndexManagerBuilder(String indexName,
String mappedTypeName,
boolean multiTenancyEnabled,
BackendBuildContext context,
ConfigurationPropertySource propertySource) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AllAwareConfigurationPropertySource
A source of property values for Hibernate Search with knowledge of the full set of properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumedPropertyTrackingConfigurationPropertySource |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationPropertySource |
ConfigurationPropertySource.empty() |
default ConfigurationPropertySource |
ConfigurationPropertySource.withFallback(ConfigurationPropertySource fallback)
Create a new configuration source which falls back to another source when a property is missing in this source.
|
default ConfigurationPropertySource |
ConfigurationPropertySource.withMask(String mask) |
default ConfigurationPropertySource |
ConfigurationPropertySource.withOverride(ConfigurationPropertySource override)
Create a new configuration source which overrides the properties defined in this source.
|
default ConfigurationPropertySource |
ConfigurationPropertySource.withPrefix(String prefix) |
ConfigurationPropertySource |
ConfigurationPropertyChecker.wrap(AllAwareConfigurationPropertySource source) |
| Modifier and Type | Method and Description |
|---|---|
T |
ConfigurationProperty.get(ConfigurationPropertySource source)
Get the value of this configuration property.
|
<R> Optional<R> |
OptionalConfigurationProperty.getAndMap(ConfigurationPropertySource source,
Function<T,R> transform)
Get and transform the value of this configuration property.
|
<R> R |
OptionalConfigurationProperty.getAndMapOrThrow(ConfigurationPropertySource source,
Function<T,R> transform,
Function<String,RuntimeException> exceptionFunction)
Get and transform the value of this configuration property, throwing an exception if the value is not present.
|
<R> R |
ConfigurationProperty.getAndTransform(ConfigurationPropertySource source,
Function<T,R> transform)
Get and transform the value of this configuration property.
|
T |
OptionalConfigurationProperty.getOrThrow(ConfigurationPropertySource source,
Function<String,RuntimeException> exceptionFunction)
Get the value of this configuration property, throwing an exception if the value is not present.
|
Optional<String> |
ConfigurationProperty.resolve(ConfigurationPropertySource source)
Resolve the key for this configuration property
as registered in the underlying configuration source,
if possible.
|
String |
ConfigurationProperty.resolveOrRaw(ConfigurationPropertySource source)
Resolve the key for this configuration property
as registered in the underlying configuration source,
or, if not possible, just return the "raw" key passed to
ConfigurationProperty.forKey(String). |
default ConfigurationPropertySource |
ConfigurationPropertySource.withFallback(ConfigurationPropertySource fallback)
Create a new configuration source which falls back to another source when a property is missing in this source.
|
default ConfigurationPropertySource |
ConfigurationPropertySource.withOverride(ConfigurationPropertySource override)
Create a new configuration source which overrides the properties defined in this source.
|
| Constructor and Description |
|---|
ConsumedPropertyTrackingConfigurationPropertySource(ConfigurationPropertySource delegate,
Consumer<String> tracker) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertySource |
SearchIntegrationBuilder.getMaskedPropertySource() |
| Modifier and Type | Method and Description |
|---|---|
static SearchIntegrationBuilder |
SearchIntegration.builder(ConfigurationPropertySource propertySource,
ConfigurationPropertyChecker propertyChecker) |
SearchIntegrationFinalizer |
SearchIntegrationPartialBuildState.finalizer(ConfigurationPropertySource propertySource,
ConfigurationPropertyChecker propertyChecker) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertySource |
MappingBuildContext.getConfigurationPropertySource() |
ConfigurationPropertySource |
MappingFinalizationContext.getConfigurationPropertySource() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertySource |
MappingStartContext.getConfigurationPropertySource() |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.