Uses of Interface
org.hibernate.search.engine.cfg.ConfigurationPropertySource
Packages that use ConfigurationPropertySource
Package
Description
This package contains everything related to the configuration of the Hibernate Search engine.
-
Uses of ConfigurationPropertySource in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi that return 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 ConfigurationPropertySourceModifier and TypeMethodDescriptionprotected abstract voidAbstractWorkOrchestrator.doStart(ConfigurationPropertySource propertySource) final 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 ConfigurationPropertySourceMethods in org.hibernate.search.engine.backend.spi with parameters of type ConfigurationPropertySourceModifier and TypeMethodDescriptionBackendFactory.create(org.hibernate.search.util.common.reporting.EventContext eventContext, BackendBuildContext context, ConfigurationPropertySource propertySource) BackendImplementor.createIndexManagerBuilder(String indexName, String mappedTypeName, BackendBuildContext context, BackendMapperContext backendMapperContext, ConfigurationPropertySource propertySource) -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.cfg
Methods in org.hibernate.search.engine.cfg that return ConfigurationPropertySourceModifier and TypeMethodDescriptionstatic ConfigurationPropertySourceConfigurationPropertySource.empty()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 ConfigurationPropertySourcedefault ConfigurationPropertySourceConfigurationPropertySource.withOverride(ConfigurationPropertySource override) Create a new configuration source which overrides the properties defined in this source.default ConfigurationPropertySourceConfigurationPropertySource.withPrefix(String prefix) Methods in org.hibernate.search.engine.cfg with parameters of type ConfigurationPropertySourceModifier and TypeMethodDescriptiondefault 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. -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.cfg.spi
Subinterfaces of ConfigurationPropertySource in org.hibernate.search.engine.cfg.spiModifier and TypeInterfaceDescriptioninterfaceA 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 ConfigurationPropertySourceMethods in org.hibernate.search.engine.cfg.spi that return ConfigurationPropertySourceModifier and TypeMethodDescriptionConfigurationPropertyChecker.wrap(AllAwareConfigurationPropertySource source) Methods in org.hibernate.search.engine.cfg.spi that return types with arguments of type ConfigurationPropertySourceModifier and TypeMethodDescriptionConfigurationProvider.get(ConfigurationScope scope) Provide a configuration property source for the given scope.Methods in org.hibernate.search.engine.cfg.spi with parameters of type ConfigurationPropertySourceModifier and TypeMethodDescriptionConfigurationProperty.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, Supplier<RuntimeException> exceptionSupplier) 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.OptionalConfigurationProperty.getOrThrow(ConfigurationPropertySource source, Supplier<RuntimeException> exceptionSupplier) Get the value of this configuration property, throwing an exception if the value is not present.ConfigurationProperty.resolve(ConfigurationPropertySource source) Resolve the key for this configuration property as registered in the underlying configuration source, if possible.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 toConfigurationProperty.forKey(String).Constructors in org.hibernate.search.engine.cfg.spi with parameters of type ConfigurationPropertySourceModifierConstructorDescriptionConsumedPropertyTrackingConfigurationPropertySource(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 ConfigurationPropertySourceModifier and TypeMethodDescriptionSearchIntegrationEnvironment.propertySource()static ConfigurationPropertySourceSearchIntegrationEnvironment.rootPropertySource(ConfigurationPropertySource propertySource, BeanResolver beanResolver) Methods in org.hibernate.search.engine.common.spi with parameters of type ConfigurationPropertySourceModifier and TypeMethodDescriptionSearchIntegrationEnvironment.builder(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker) SearchIntegrationPartialBuildState.finalizer(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker) SearchIntegrationEnvironment.override(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker) static ConfigurationPropertySourceSearchIntegrationEnvironment.rootPropertySource(ConfigurationPropertySource propertySource, BeanResolver beanResolver) -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return ConfigurationPropertySourceModifier and TypeMethodDescriptionMappingBuildContext.configurationPropertySource()MappingFinalizationContext.configurationPropertySource() -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi that return ConfigurationPropertySource