Uses of Interface
org.hibernate.search.engine.environment.thread.spi.ThreadProvider
-
Packages that use ThreadProvider Package Description org.hibernate.search.backend.elasticsearch.client.spi org.hibernate.search.engine.cfg.spi org.hibernate.search.engine.environment.thread.spi -
-
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 ElasticsearchClientImplementor
ElasticsearchClientFactory. create(BeanResolver beanResolver, ConfigurationPropertySource propertySource, ThreadProvider threadProvider, String threadNamePrefix, ScheduledExecutorService timeoutExecutorService, GsonProvider gsonProvider)
-
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.spi
Methods in org.hibernate.search.engine.environment.thread.spi that return ThreadProvider Modifier and Type Method Description ThreadProvider
ThreadPoolProvider. threadProvider()
-