Uses of Class
org.hibernate.search.backend.elasticsearch.resources.impl.BackendThreads
-
Packages that use BackendThreads Package Description org.hibernate.search.backend.elasticsearch.index.impl org.hibernate.search.backend.elasticsearch.orchestration.impl -
-
Uses of BackendThreads in org.hibernate.search.backend.elasticsearch.index.impl
Constructors in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type BackendThreads Constructor Description IndexManagerBackendContext(ElasticsearchBackend backendAPI, EventContext eventContext, BackendThreads threads, ElasticsearchLink link, com.google.gson.Gson userFacingGson, MultiTenancyStrategy multiTenancyStrategy, IndexLayoutStrategy indexLayoutStrategy, TypeNameMapping typeNameMapping, FailureHandler failureHandler, TimingSource timingSource, ElasticsearchParallelWorkOrchestrator generalPurposeOrchestrator) -
Uses of BackendThreads in org.hibernate.search.backend.elasticsearch.orchestration.impl
Constructors in org.hibernate.search.backend.elasticsearch.orchestration.impl with parameters of type BackendThreads Constructor Description ElasticsearchBatchingWorkOrchestrator(String name, BackendThreads threads, ElasticsearchLink link, FailureHandler failureHandler)
-