Uses of Interface
org.hibernate.search.backend.elasticsearch.work.impl.NonBulkableWork
-
Packages that use NonBulkableWork Package Description org.hibernate.search.backend.elasticsearch.orchestration.impl org.hibernate.search.backend.elasticsearch.work.impl -
-
Uses of NonBulkableWork in org.hibernate.search.backend.elasticsearch.orchestration.impl
Methods in org.hibernate.search.backend.elasticsearch.orchestration.impl with parameters of type NonBulkableWork Modifier and Type Method Description <T> CompletableFuture<T>ElasticsearchParallelWorkOrchestrator. submit(NonBulkableWork<T> work, OperationSubmitter operationSubmitter)<T> CompletableFuture<T>ElasticsearchSimpleWorkOrchestrator. submit(NonBulkableWork<T> work, OperationSubmitter operationSubmitter) -
Uses of NonBulkableWork in org.hibernate.search.backend.elasticsearch.work.impl
Classes in org.hibernate.search.backend.elasticsearch.work.impl that implement NonBulkableWork Modifier and Type Class Description classAbstractNonBulkableWork<R>classBulkWorkclassClearScrollWorkclassCloseIndexWorkclassCountWorkclassCreateIndexWorkclassDeleteByQueryWorkA delete by query work for ES5, using the core delete-by-query API.classDropIndexWorkclassExplainWorkclassFlushWorkA flush work for ES5, using the Flush API then the Refresh API.classForceMergeWorkA force-merge work for ES5+.classGetIndexMetadataWorkclassOpenIndexWorkclassPutIndexAliasesWorkclassPutIndexMappingWorkclassPutIndexSettingsWorkclassRefreshWorkclassScrollWork<R>classSearchWork<R>classWaitForIndexStatusWorkMethods in org.hibernate.search.backend.elasticsearch.work.impl that return NonBulkableWork Modifier and Type Method Description protected NonBulkableWork<?>DeleteByQueryWork.Builder. buildRefreshWork()
-