Uses of Interface
org.hibernate.search.backend.elasticsearch.work.impl.IndexingWork
-
Packages that use IndexingWork Package Description org.hibernate.search.backend.elasticsearch.orchestration.impl org.hibernate.search.backend.elasticsearch.work.impl -
-
Uses of IndexingWork in org.hibernate.search.backend.elasticsearch.orchestration.impl
Methods in org.hibernate.search.backend.elasticsearch.orchestration.impl with parameters of type IndexingWork Modifier and Type Method Description <T> CompletableFuture<T>ElasticsearchBatchingWorkOrchestrator. submit(IndexingWork<T> work, OperationSubmitter operationSubmitter)default <T> voidElasticsearchSerialWorkOrchestrator. submit(CompletableFuture<T> future, IndexingWork<T> work, OperationSubmitter operationSubmitter)default <T> CompletableFuture<T>ElasticsearchSerialWorkOrchestrator. submit(IndexingWork<T> work, OperationSubmitter operationSubmitter) -
Uses of IndexingWork in org.hibernate.search.backend.elasticsearch.work.impl
Subinterfaces of IndexingWork in org.hibernate.search.backend.elasticsearch.work.impl Modifier and Type Interface Description interfaceSingleDocumentIndexingWorkClasses in org.hibernate.search.backend.elasticsearch.work.impl that implement IndexingWork Modifier and Type Class Description classAbstractSingleDocumentIndexingWorkclassDeleteWorkclassIndexWork
-