Uses of Interface
io.fluxcapacitor.common.api.search.BulkUpdate
Packages that use BulkUpdate
Package
Description
-
Uses of BulkUpdate in io.fluxcapacitor.common.api.search.bulkupdate
Classes in io.fluxcapacitor.common.api.search.bulkupdate that implement BulkUpdateModifier and TypeClassDescriptionclass
A bulk update operation that deletes a document from a given collection using its ID.class
A bulk update operation that indexes (inserts or replaces) a document in the store.class
A bulk update operation that indexes a document only if it does not already exist in the store. -
Uses of BulkUpdate in io.fluxcapacitor.javaclient.persisting.search
Methods in io.fluxcapacitor.javaclient.persisting.search with parameters of type BulkUpdateMethod parameters in io.fluxcapacitor.javaclient.persisting.search with type arguments of type BulkUpdateModifier and TypeMethodDescriptionDefaultDocumentStore.bulkUpdate
(Collection<? extends BulkUpdate> updates, Guarantee guarantee) default CompletableFuture
<Void> DocumentStore.bulkUpdate
(Collection<? extends BulkUpdate> updates) Applies a batch of document updates, usingGuarantee.STORED
.DocumentStore.bulkUpdate
(Collection<? extends BulkUpdate> updates, Guarantee guarantee) Applies a batch of document updates, using givenGuarantee
.