Uses of Interface
org.hibernate.search.engine.cfg.ConfigurationPropertySource
-
-
Uses of ConfigurationPropertySource in org.hibernate.search.backend.elasticsearch.client
Methods in org.hibernate.search.backend.elasticsearch.client that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceElasticsearchHttpClientConfigurationContext. configurationPropertySource() -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.elasticsearch.client.impl
Methods in org.hibernate.search.backend.elasticsearch.client.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description ElasticsearchClientImplementorElasticsearchClientFactoryImpl. create(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, SimpleScheduledExecutor timeoutExecutorService, GsonProvider gsonProvider) -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.elasticsearch.client.spi
Methods in org.hibernate.search.backend.elasticsearch.client.spi with parameters of type ConfigurationPropertySource Modifier and Type Method Description ElasticsearchClientImplementorElasticsearchClientFactory. create(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, SimpleScheduledExecutor timeoutExecutorService, GsonProvider gsonProvider) -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.elasticsearch.impl
Methods in org.hibernate.search.backend.elasticsearch.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description BackendImplementorElasticsearchBackendFactory. create(EventContext eventContext, BackendBuildContext buildContext, ConfigurationPropertySource propertySource) -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.elasticsearch.orchestration.impl
Methods in org.hibernate.search.backend.elasticsearch.orchestration.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description protected voidElasticsearchBatchingWorkOrchestrator. doStart(ConfigurationPropertySource propertySource)protected voidElasticsearchSimpleWorkOrchestrator. doStart(ConfigurationPropertySource propertySource) -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.elasticsearch.resources.impl
Methods in org.hibernate.search.backend.elasticsearch.resources.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description voidBackendThreads. onStart(ConfigurationPropertySource propertySource, BeanResolver beanResolver, ThreadPoolProvider threadPoolProvider) -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.elasticsearch.work.spi
Methods in org.hibernate.search.backend.elasticsearch.work.spi that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceElasticsearchWorkExecutorProvider.Context. propertySource()Gives access to various configuration properties that might be useful during executor instantiation. -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.lucene.impl
Methods in org.hibernate.search.backend.lucene.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description BackendImplementorLuceneBackendFactory. create(EventContext eventContext, BackendBuildContext buildContext, ConfigurationPropertySource propertySource)IndexManagerBuilderLuceneBackendImpl. createIndexManagerBuilder(String indexName, String mappedTypeName, BackendBuildContext context, BackendMapperContext backendMapperContext, ConfigurationPropertySource propertySource) -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.lucene.index.spi
Methods in org.hibernate.search.backend.lucene.index.spi that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceShardingStrategyInitializationContext. configurationPropertySource() -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.lucene.lowlevel.directory.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.directory.impl that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceDirectoryCreationContextImpl. configurationPropertySource()Constructors in org.hibernate.search.backend.lucene.lowlevel.directory.impl with parameters of type ConfigurationPropertySource Constructor Description DirectoryCreationContextImpl(EventContext eventContext, String indexName, Optional<String> shardId, BeanResolver beanResolver, ConfigurationPropertySource configurationPropertySource) -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.lucene.lowlevel.directory.spi
Methods in org.hibernate.search.backend.lucene.lowlevel.directory.spi that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceDirectoryCreationContext. configurationPropertySource() -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.lucene.lowlevel.index.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.index.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description static NearRealTimeIOStrategyNearRealTimeIOStrategy. create(ConfigurationPropertySource propertySource, TimingSource timingSource, BackendThreads threads, FailureHandler failureHandler) -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.lucene.lowlevel.writer.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.writer.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description static IndexWriterConfigSourceIndexWriterConfigSource. create(org.apache.lucene.search.similarities.Similarity similarity, org.apache.lucene.analysis.Analyzer analyzer, ConfigurationPropertySource propertySource, EventContext eventContext)static List<org.hibernate.search.backend.lucene.lowlevel.writer.impl.IndexWriterSettingValue<?>>IndexWriterSettings. extractAll(ConfigurationPropertySource propertySource, EventContext eventContext) -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.lucene.orchestration.impl
Methods in org.hibernate.search.backend.lucene.orchestration.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description protected voidLuceneParallelWorkOrchestratorImpl. doStart(ConfigurationPropertySource propertySource)protected voidLuceneSerialWorkOrchestratorImpl. doStart(ConfigurationPropertySource propertySource)protected voidLuceneSyncWorkOrchestratorImpl. doStart(ConfigurationPropertySource propertySource) -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.lucene.resources.impl
Methods in org.hibernate.search.backend.lucene.resources.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description voidBackendThreads. onStart(ConfigurationPropertySource propertySource, BeanResolver beanResolver, ThreadPoolProvider threadPoolProvider) -
Uses of ConfigurationPropertySource in org.hibernate.search.backend.lucene.work.spi
Methods in org.hibernate.search.backend.lucene.work.spi that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceLuceneWorkExecutorProvider.Context. propertySource()Gives access to various configuration properties that might be useful during executor instantiation. -
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, BackendBuildContext context, BackendMapperContext backendMapperContext, ConfigurationPropertySource propertySource) -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.cfg
Methods in org.hibernate.search.engine.cfg that return ConfigurationPropertySource Modifier and Type Method Description static 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 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)Methods in org.hibernate.search.engine.cfg with parameters of type ConfigurationPropertySource Modifier and Type Method Description 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. -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.cfg.impl
Classes in org.hibernate.search.engine.cfg.impl that implement ConfigurationPropertySource Modifier and Type Class Description classEmptyConfigurationPropertySourceclassFallbackConfigurationPropertySourceclassMapConfigurationPropertySourceclassMaskedConfigurationPropertySourceclassOverriddenConfigurationPropertySourceThis class is very similar toFallbackConfigurationPropertySource.classPrefixedConfigurationPropertySourceclassSystemConfigurationPropertySourceMethods in org.hibernate.search.engine.cfg.impl that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceConfigurationPropertySourceExtractor. extract(BeanResolver beanResolver, ConfigurationPropertySource parentSource)static ConfigurationPropertySourceConfigurationPropertySourceScopeUtils. fallback(BeanResolver beanResolver, ConfigurationScope scope)Helps to create the fallback from the configuration providers for an exact scope.static ConfigurationPropertySourceEmptyConfigurationPropertySource. get()ConfigurationPropertySourceEmptyConfigurationPropertySource. withFallback(ConfigurationPropertySource fallback)ConfigurationPropertySourceEmptyConfigurationPropertySource. withMask(String mask)ConfigurationPropertySourceMaskedConfigurationPropertySource. withMask(String mask)ConfigurationPropertySourcePrefixedConfigurationPropertySource. withPrefix(String prefix)Methods in org.hibernate.search.engine.cfg.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceConfigurationPropertySourceExtractor. extract(BeanResolver beanResolver, ConfigurationPropertySource parentSource)ConfigurationPropertySourceEmptyConfigurationPropertySource. withFallback(ConfigurationPropertySource fallback)Constructors in org.hibernate.search.engine.cfg.impl with parameters of type ConfigurationPropertySource Constructor Description FallbackConfigurationPropertySource(ConfigurationPropertySource main, ConfigurationPropertySource fallback)MaskedConfigurationPropertySource(ConfigurationPropertySource propertiesToMask, String mask)OverriddenConfigurationPropertySource(ConfigurationPropertySource main, ConfigurationPropertySource override)PrefixedConfigurationPropertySource(ConfigurationPropertySource propertiesToPrefix, String prefix) -
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 ConfigurationPropertySourceConfigurationPropertyChecker. wrap(AllAwareConfigurationPropertySource source)Methods in org.hibernate.search.engine.cfg.spi that return types with arguments of type ConfigurationPropertySource Modifier and Type Method Description Optional<ConfigurationPropertySource>ConfigurationProvider. get(ConfigurationScope scope)Provide a configuration property source for the given scope.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, 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.TOptionalConfigurationProperty. getOrThrow(ConfigurationPropertySource source, Supplier<RuntimeException> exceptionSupplier)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).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 ConfigurationPropertySourceSearchIntegrationEnvironment. propertySource()static ConfigurationPropertySourceSearchIntegrationEnvironment. rootPropertySource(ConfigurationPropertySource propertySource, BeanResolver beanResolver)Methods in org.hibernate.search.engine.common.spi with parameters of type ConfigurationPropertySource Modifier and Type Method Description static SearchIntegrationEnvironment.BuilderSearchIntegrationEnvironment. builder(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker)SearchIntegrationFinalizerSearchIntegrationPartialBuildState. finalizer(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker)SearchIntegrationEnvironmentSearchIntegrationEnvironment. override(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker)static ConfigurationPropertySourceSearchIntegrationEnvironment. rootPropertySource(ConfigurationPropertySource propertySource, BeanResolver beanResolver) -
Uses of ConfigurationPropertySource in org.hibernate.search.engine.environment.bean.impl
Methods in org.hibernate.search.engine.environment.bean.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description static BeanResolverImplBeanResolverImpl. create(ClassResolver classResolver, ServiceResolver serviceResolver, BeanProvider beanManagerBeanProvider, ConfigurationPropertySource rawConfigurationPropertySource) -
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() -
Uses of ConfigurationPropertySource in org.hibernate.search.mapper.orm.automaticindexing.impl
Methods in org.hibernate.search.mapper.orm.automaticindexing.impl that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceAutomaticIndexingStrategyStartContext. configurationPropertySource() -
Uses of ConfigurationPropertySource in org.hibernate.search.mapper.orm.automaticindexing.spi
Methods in org.hibernate.search.mapper.orm.automaticindexing.spi that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceAutomaticIndexingStrategyStartContext. configurationPropertySource()Deprecated. -
Uses of ConfigurationPropertySource in org.hibernate.search.mapper.orm.bootstrap.impl
Methods in org.hibernate.search.mapper.orm.bootstrap.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description static SearchIntegrationEnvironmentHibernateSearchPreIntegrationService.Initiator. createEnvironment(ConfigurationPropertyChecker propertyChecker, ConfigurationPropertySource propertySource, org.hibernate.service.spi.ServiceRegistryImplementor registry)Constructors in org.hibernate.search.mapper.orm.bootstrap.impl with parameters of type ConfigurationPropertySource Constructor Description HibernateSearchPreIntegrationService(ConfigurationPropertyChecker propertyChecker, ConfigurationPropertySource rawPropertySource) -
Uses of ConfigurationPropertySource in org.hibernate.search.mapper.orm.bootstrap.spi
Methods in org.hibernate.search.mapper.orm.bootstrap.spi with parameters of type ConfigurationPropertySource Modifier and Type Method Description Collection<org.hibernate.boot.model.source.internal.hbm.MappingDocument>HibernateSearchOrmMappingProducer. produceMappings(ConfigurationPropertySource propertySource, org.hibernate.dialect.Dialect dialect, org.hibernate.boot.jaxb.internal.MappingBinder mappingBinder, org.hibernate.boot.spi.MetadataBuildingContext buildingContext) -
Uses of ConfigurationPropertySource in org.hibernate.search.mapper.orm.coordination.common.spi
Methods in org.hibernate.search.mapper.orm.coordination.common.spi that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceCoordinationStrategyStartContext. configurationPropertySource() -
Uses of ConfigurationPropertySource in org.hibernate.search.mapper.orm.coordination.impl
Methods in org.hibernate.search.mapper.orm.coordination.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description static CoordinationConfigurationContextImplCoordinationConfigurationContextImpl. configure(ConfigurationPropertySource propertySource, BeanResolver beanResolver) -
Uses of ConfigurationPropertySource in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return ConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySourceAutomaticIndexingStrategyStartContextImpl. configurationPropertySource()ConfigurationPropertySourceCoordinationStrategyStartContextImpl. configurationPropertySource()Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type ConfigurationPropertySource Modifier and Type Method Description static MappingImplementor<HibernateOrmMapping>HibernateOrmMapping. create(PojoMappingDelegate mappingDelegate, org.hibernate.search.mapper.orm.mapping.impl.HibernateOrmTypeContextContainer typeContextContainer, BeanHolder<? extends CoordinationStrategy> coordinationStrategyHolder, ConfiguredAutomaticIndexingStrategy configuredAutomaticIndexingStrategy, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, ConfigurationPropertySource propertySource) -
Uses of ConfigurationPropertySource in org.hibernate.search.mapper.orm.tenancy.spi
Methods in org.hibernate.search.mapper.orm.tenancy.spi with parameters of type ConfigurationPropertySource Modifier and Type Method Description static TenancyConfigurationTenancyConfiguration. create(TenancyMode tenancyMode, ConfigurationPropertySource configurationPropertySource)
-