Uses of Interface
org.hibernate.search.engine.environment.thread.spi.ThreadProvider
-
-
Uses of ThreadProvider in org.hibernate.search.backend.elasticsearch.client.impl
Methods in org.hibernate.search.backend.elasticsearch.client.impl with parameters of type ThreadProvider Modifier and Type Method Description ElasticsearchClientImplementorElasticsearchClientFactoryImpl. create(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, SimpleScheduledExecutor timeoutExecutorService, GsonProvider gsonProvider) -
Uses of ThreadProvider in org.hibernate.search.backend.elasticsearch.client.spi
Methods in org.hibernate.search.backend.elasticsearch.client.spi with parameters of type ThreadProvider Modifier and Type Method Description ElasticsearchClientImplementorElasticsearchClientFactory. create(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, SimpleScheduledExecutor timeoutExecutorService, GsonProvider gsonProvider) -
Uses of ThreadProvider in org.hibernate.search.backend.elasticsearch.resources.impl
Methods in org.hibernate.search.backend.elasticsearch.resources.impl that return ThreadProvider Modifier and Type Method Description ThreadProviderBackendThreads. getThreadProvider() -
Uses of ThreadProvider in org.hibernate.search.backend.lucene.resources.impl
Methods in org.hibernate.search.backend.lucene.resources.impl that return ThreadProvider Modifier and Type Method Description ThreadProviderBackendThreads. getThreadProvider() -
Uses of ThreadProvider in org.hibernate.search.engine.cfg.spi
Fields in org.hibernate.search.engine.cfg.spi with type parameters of type ThreadProvider Modifier and Type Field Description static BeanReference<? extends ThreadProvider>EngineSpiSettings.Defaults. THREAD_PROVIDER -
Uses of ThreadProvider in org.hibernate.search.engine.environment.thread.impl
Classes in org.hibernate.search.engine.environment.thread.impl that implement ThreadProvider Modifier and Type Class Description classEmbeddedThreadProviderMethods in org.hibernate.search.engine.environment.thread.impl that return ThreadProvider Modifier and Type Method Description ThreadProviderThreadPoolProviderImpl. threadProvider()Constructor parameters in org.hibernate.search.engine.environment.thread.impl with type arguments of type ThreadProvider Constructor Description ThreadPoolProviderImpl(BeanHolder<? extends ThreadProvider> threadProviderHolder) -
Uses of ThreadProvider in org.hibernate.search.engine.environment.thread.spi
Methods in org.hibernate.search.engine.environment.thread.spi that return ThreadProvider Modifier and Type Method Description ThreadProviderThreadPoolProvider. threadProvider()
-