Uses of Interface
org.hibernate.search.backend.elasticsearch.orchestration.impl.ElasticsearchParallelWorkOrchestrator
-
-
Uses of ElasticsearchParallelWorkOrchestrator in org.hibernate.search.backend.elasticsearch.index.impl
Constructors in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type ElasticsearchParallelWorkOrchestrator 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 ElasticsearchParallelWorkOrchestrator in org.hibernate.search.backend.elasticsearch.orchestration.impl
Classes in org.hibernate.search.backend.elasticsearch.orchestration.impl that implement ElasticsearchParallelWorkOrchestrator Modifier and Type Class Description classElasticsearchSimpleWorkOrchestrator -
Uses of ElasticsearchParallelWorkOrchestrator in org.hibernate.search.backend.elasticsearch.schema.management.impl
Constructors in org.hibernate.search.backend.elasticsearch.schema.management.impl with parameters of type ElasticsearchParallelWorkOrchestrator Constructor Description ElasticsearchIndexSchemaManager(Optional<String> backendName, com.google.gson.Gson userFacingGson, ElasticsearchWorkFactory workFactory, ElasticsearchParallelWorkOrchestrator workOrchestrator, IndexLayoutStrategy indexLayoutStrategy, IndexNames indexNames, IndexMetadata expectedMetadata, ElasticsearchIndexLifecycleExecutionOptions executionOptions) -
Uses of ElasticsearchParallelWorkOrchestrator in org.hibernate.search.backend.elasticsearch.search.query.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type ElasticsearchParallelWorkOrchestrator Constructor Description ElasticsearchSearchQueryBuilder(ElasticsearchWorkFactory workFactory, ElasticsearchSearchResultExtractorFactory searchResultExtractorFactory, ElasticsearchParallelWorkOrchestrator queryOrchestrator, ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection, Integer scrollTimeout)ElasticsearchSearchScrollImpl(ElasticsearchParallelWorkOrchestrator queryOrchestrator, ElasticsearchWorkFactory workFactory, ElasticsearchSearchResultExtractor<ElasticsearchLoadableSearchResult<H>> searchResultExtractor, String scrollTimeoutString, SearchWork.Builder<ElasticsearchLoadableSearchResult<H>> firstScroll, TimeoutManager timeoutManager) -
Uses of ElasticsearchParallelWorkOrchestrator in org.hibernate.search.backend.elasticsearch.work.execution.impl
Constructors in org.hibernate.search.backend.elasticsearch.work.execution.impl with parameters of type ElasticsearchParallelWorkOrchestrator Constructor Description ElasticsearchIndexWorkspace(ElasticsearchWorkFactory workFactory, MultiTenancyStrategy multiTenancyStrategy, ElasticsearchParallelWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, Set<String> tenantIds)
-