Uses of Interface
org.hibernate.search.backend.elasticsearch.work.impl.BulkableWork
-
-
Uses of BulkableWork in org.hibernate.search.backend.elasticsearch.orchestration.impl
Methods in org.hibernate.search.backend.elasticsearch.orchestration.impl with parameters of type BulkableWork Modifier and Type Method Description <T> CompletableFuture<T>ElasticsearchWorkBulker. add(BulkableWork<T> work)Add a bulkable work to the current bulk. -
Uses of BulkableWork in org.hibernate.search.backend.elasticsearch.work.factory.impl
Method parameters in org.hibernate.search.backend.elasticsearch.work.factory.impl with type arguments of type BulkableWork Modifier and Type Method Description BulkWork.BuilderElasticsearch7WorkFactory. bulk(List<? extends BulkableWork<?>> bulkableWorks)BulkWork.BuilderElasticsearchWorkFactory. bulk(List<? extends BulkableWork<?>> bulkableWorks) -
Uses of BulkableWork in org.hibernate.search.backend.elasticsearch.work.impl
Subinterfaces of BulkableWork in org.hibernate.search.backend.elasticsearch.work.impl Modifier and Type Interface Description interfaceIndexingWork<T>interfaceSingleDocumentIndexingWorkClasses in org.hibernate.search.backend.elasticsearch.work.impl that implement BulkableWork Modifier and Type Class Description classAbstractSingleDocumentIndexingWorkclassDeleteWorkclassIndexWorkConstructor parameters in org.hibernate.search.backend.elasticsearch.work.impl with type arguments of type BulkableWork Constructor Description Builder(List<? extends BulkableWork<?>> bulkableWorks) -
Uses of BulkableWork in org.hibernate.search.backend.elasticsearch.work.result.impl
Methods in org.hibernate.search.backend.elasticsearch.work.result.impl with parameters of type BulkableWork Modifier and Type Method Description <T> TBulkResult. extract(ElasticsearchWorkExecutionContext context, BulkableWork<T> work, int index)
-