Uses of Interface
org.hibernate.search.engine.cfg.spi.ConfigurationPropertySource
-
-
Uses of ConfigurationPropertySource in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceIndexManagerStartContext. configurationPropertySource() -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.backend.orchestration.spi
Methods in org.hibernate.search.engine.backend.orchestration.spi with parameters of type ConfigurationPropertySource Modifier and Type Method Description protected abstract voidAbstractWorkOrchestrator. doStart(ConfigurationPropertySource propertySource)voidAbstractWorkOrchestrator. start(ConfigurationPropertySource propertySource)Start any resource necessary to operate the orchestrator at runtime. -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.backend.spi
Methods in org.hibernate.search.engine.backend.spi that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceBackendStartContext. configurationPropertySource()Methods in org.hibernate.search.engine.backend.spi with parameters of type ConfigurationPropertySource Modifier and Type Method Description BackendImplementorBackendFactory. create(EventContext eventContext, BackendBuildContext context, ConfigurationPropertySource propertySource)IndexManagerBuilderBackendImplementor. createIndexManagerBuilder(String indexName, String mappedTypeName, boolean multiTenancyEnabled, BackendBuildContext context, ConfigurationPropertySource propertySource) -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.cfg.spi
Subinterfaces of ConfigurationPropertySource in org.hibernate.search.engine.cfg.spi Modifier and Type Interface Description interfaceAllAwareConfigurationPropertySourceA source of property values for Hibernate Search with knowledge of the full set of properties.Classes in org.hibernate.search.engine.cfg.spi that implement ConfigurationPropertySource Modifier and Type Class Description classConsumedPropertyTrackingConfigurationPropertySourceMethods in org.hibernate.search.engine.cfg.spi that return ConfigurationPropertySource Modifier and Type Method Description static ConfigurationPropertySourceConfigurationPropertySource. empty()default ConfigurationPropertySourceConfigurationPropertySource. onGet(Consumer<String> listener)default ConfigurationPropertySourceConfigurationPropertySource. withFallback(ConfigurationPropertySource fallback)Create a new configuration source which falls back to another source when a property is missing in this source.default ConfigurationPropertySourceConfigurationPropertySource. withMask(String mask)default ConfigurationPropertySourceConfigurationPropertySource. withOverride(ConfigurationPropertySource override)Create a new configuration source which overrides the properties defined in this source.default ConfigurationPropertySourceConfigurationPropertySource. withPrefix(String prefix)ConfigurationPropertySourceConfigurationPropertyChecker. wrap(AllAwareConfigurationPropertySource source)Methods in org.hibernate.search.engine.cfg.spi with parameters of type ConfigurationPropertySource Modifier and Type Method Description TConfigurationProperty. 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> ROptionalConfigurationProperty. 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> RConfigurationProperty. getAndTransform(ConfigurationPropertySource source, Function<T,R> transform)Get and transform the value of this configuration property.TOptionalConfigurationProperty. 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.StringConfigurationProperty. 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 toConfigurationProperty.forKey(String).default ConfigurationPropertySourceConfigurationPropertySource. withFallback(ConfigurationPropertySource fallback)Create a new configuration source which falls back to another source when a property is missing in this source.default ConfigurationPropertySourceConfigurationPropertySource. withOverride(ConfigurationPropertySource override)Create a new configuration source which overrides the properties defined in this source.Constructors in org.hibernate.search.engine.cfg.spi with parameters of type ConfigurationPropertySource Constructor Description ConsumedPropertyTrackingConfigurationPropertySource(ConfigurationPropertySource delegate, Consumer<String> tracker) -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.common.spi
Methods in org.hibernate.search.engine.common.spi that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceSearchIntegrationBuilder. maskedPropertySource()Methods in org.hibernate.search.engine.common.spi with parameters of type ConfigurationPropertySource Modifier and Type Method Description static SearchIntegrationBuilderSearchIntegration. builder(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker)SearchIntegrationFinalizerSearchIntegrationPartialBuildState. finalizer(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker) -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceMappingBuildContext. configurationPropertySource()ConfigurationPropertySourceMappingFinalizationContext. configurationPropertySource() -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceMappingStartContext. configurationPropertySource()
-