Uses of Interface
org.hibernate.search.backend.elasticsearch.work.impl.BulkableWork
Packages that use BulkableWork
Package
Description
-
Uses of BulkableWork in org.hibernate.search.backend.elasticsearch.orchestration.impl
Methods in org.hibernate.search.backend.elasticsearch.orchestration.impl with parameters of type BulkableWorkModifier and TypeMethodDescription<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 BulkableWorkModifier and TypeMethodDescriptionElasticsearch7WorkFactory.bulk(List<? extends BulkableWork<?>> bulkableWorks) ElasticsearchWorkFactory.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.implClasses in org.hibernate.search.backend.elasticsearch.work.impl that implement BulkableWorkModifier and TypeClassDescriptionclassclassclassConstructor parameters in org.hibernate.search.backend.elasticsearch.work.impl with type arguments of type BulkableWork -
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 BulkableWorkModifier and TypeMethodDescription<T> TBulkResult.extract(ElasticsearchWorkExecutionContext context, BulkableWork<T> work, int index)