Uses of Interface
org.hibernate.search.engine.environment.thread.spi.ThreadPoolProvider
-
-
Uses of ThreadPoolProvider in org.hibernate.search.backend.elasticsearch.resources.impl
Methods in org.hibernate.search.backend.elasticsearch.resources.impl with parameters of type ThreadPoolProvider Modifier and Type Method Description voidBackendThreads. onStart(ConfigurationPropertySource propertySource, BeanResolver beanResolver, ThreadPoolProvider threadPoolProvider) -
Uses of ThreadPoolProvider in org.hibernate.search.backend.elasticsearch.work.spi
Methods in org.hibernate.search.backend.elasticsearch.work.spi that return ThreadPoolProvider Modifier and Type Method Description ThreadPoolProviderElasticsearchWorkExecutorProvider.Context. threadPoolProvider() -
Uses of ThreadPoolProvider in org.hibernate.search.backend.lucene.resources.impl
Methods in org.hibernate.search.backend.lucene.resources.impl with parameters of type ThreadPoolProvider Modifier and Type Method Description voidBackendThreads. onStart(ConfigurationPropertySource propertySource, BeanResolver beanResolver, ThreadPoolProvider threadPoolProvider) -
Uses of ThreadPoolProvider in org.hibernate.search.backend.lucene.work.spi
Methods in org.hibernate.search.backend.lucene.work.spi that return ThreadPoolProvider Modifier and Type Method Description ThreadPoolProviderLuceneWorkExecutorProvider.Context. threadPoolProvider() -
Uses of ThreadPoolProvider in org.hibernate.search.engine.backend.spi
Methods in org.hibernate.search.engine.backend.spi that return ThreadPoolProvider Modifier and Type Method Description ThreadPoolProviderBackendBuildContext. threadPoolProvider()ThreadPoolProviderBackendStartContext. threadPoolProvider() -
Uses of ThreadPoolProvider in org.hibernate.search.engine.common.resources.impl
Constructors in org.hibernate.search.engine.common.resources.impl with parameters of type ThreadPoolProvider Constructor Description EngineThreads(ThreadPoolProvider threadPoolProvider) -
Uses of ThreadPoolProvider in org.hibernate.search.engine.environment.thread.impl
Classes in org.hibernate.search.engine.environment.thread.impl that implement ThreadPoolProvider Modifier and Type Class Description classThreadPoolProviderImplHelper to create threads and executors. -
Uses of ThreadPoolProvider in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return ThreadPoolProvider Modifier and Type Method Description ThreadPoolProviderMappingBuildContext. threadPoolProvider() -
Uses of ThreadPoolProvider in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi that return ThreadPoolProvider Modifier and Type Method Description ThreadPoolProviderMappingStartContext. threadPoolProvider() -
Uses of ThreadPoolProvider in org.hibernate.search.mapper.orm.coordination.common.spi
Methods in org.hibernate.search.mapper.orm.coordination.common.spi that return ThreadPoolProvider Modifier and Type Method Description ThreadPoolProviderCoordinationStrategyStartContext. threadPoolProvider() -
Uses of ThreadPoolProvider in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return ThreadPoolProvider Modifier and Type Method Description ThreadPoolProviderCoordinationStrategyStartContextImpl. threadPoolProvider() -
Uses of ThreadPoolProvider in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return ThreadPoolProvider Modifier and Type Method Description ThreadPoolProviderPojoMappingDelegateImpl. threadPoolProvider()Constructors in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type ThreadPoolProvider Constructor Description PojoMappingDelegateImpl(ThreadPoolProvider threadPoolProvider, FailureHandler failureHandler, TenancyMode tenancyMode, PojoTypeManagerContainer typeManagers, PojoSearchQueryElementRegistry searchQueryElementRegistry) -
Uses of ThreadPoolProvider in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return ThreadPoolProvider Modifier and Type Method Description ThreadPoolProviderAbstractPojoMappingImplementor. threadPoolProvider()ThreadPoolProviderPojoMappingDelegate. threadPoolProvider() -
Uses of ThreadPoolProvider in org.hibernate.search.mapper.pojo.massindexing.spi
Methods in org.hibernate.search.mapper.pojo.massindexing.spi that return ThreadPoolProvider Modifier and Type Method Description ThreadPoolProviderPojoMassIndexingMappingContext. threadPoolProvider()
-