Uses of Interface
org.hibernate.search.engine.environment.thread.spi.ThreadProvider
Packages that use ThreadProvider
Package
Description
-
Uses of ThreadProvider in org.hibernate.search.backend.elasticsearch.client.spi
Methods in org.hibernate.search.backend.elasticsearch.client.spi with parameters of type ThreadProviderModifier and TypeMethodDescriptionElasticsearchClientFactory.create
(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, SimpleScheduledExecutor timeoutExecutorService, GsonProvider gsonProvider, Optional<ElasticsearchVersion> configuredVersion) -
Uses of ThreadProvider in org.hibernate.search.engine.cfg.spi
Fields in org.hibernate.search.engine.cfg.spi with type parameters of type ThreadProviderModifier and TypeFieldDescriptionstatic final BeanReference<? extends ThreadProvider>
EngineSpiSettings.Defaults.THREAD_PROVIDER
-
Uses of ThreadProvider in org.hibernate.search.engine.environment.thread.spi
Methods in org.hibernate.search.engine.environment.thread.spi that return ThreadProvider