Uses of Interface
org.hibernate.search.backend.elasticsearch.orchestration.impl.ElasticsearchSerialWorkOrchestrator
-
-
Uses of ElasticsearchSerialWorkOrchestrator in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type ElasticsearchSerialWorkOrchestrator Modifier and Type Method Description IndexIndexerIndexManagerBackendContext. createIndexer(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext)IndexIndexingPlanIndexManagerBackendContext. createIndexingPlan(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy) -
Uses of ElasticsearchSerialWorkOrchestrator in org.hibernate.search.backend.elasticsearch.orchestration.impl
Classes in org.hibernate.search.backend.elasticsearch.orchestration.impl that implement ElasticsearchSerialWorkOrchestrator Modifier and Type Class Description classElasticsearchBatchingWorkOrchestratorAn orchestrator sending works to a queue which is processed periodically in a separate thread. -
Uses of ElasticsearchSerialWorkOrchestrator in org.hibernate.search.backend.elasticsearch.work.execution.impl
Methods in org.hibernate.search.backend.elasticsearch.work.execution.impl with parameters of type ElasticsearchSerialWorkOrchestrator Modifier and Type Method Description IndexIndexerWorkExecutionBackendContext. createIndexer(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext)IndexIndexingPlanWorkExecutionBackendContext. createIndexingPlan(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy)Constructors in org.hibernate.search.backend.elasticsearch.work.execution.impl with parameters of type ElasticsearchSerialWorkOrchestrator Constructor Description ElasticsearchIndexIndexer(ElasticsearchWorkFactory workFactory, ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext)ElasticsearchIndexIndexingPlan(ElasticsearchWorkFactory workFactory, ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy)
-