Uses of Class
com.algolia.search.models.indexing.BatchOperation
-
Packages that use BatchOperation Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of BatchOperation in com.algolia.search
Method parameters in com.algolia.search with type arguments of type BatchOperation Modifier and Type Method Description default <T> MultipleIndexBatchIndexingResponseSearchClientMultipleOperations. multipleBatch(List<BatchOperation<T>> operations)Perform multiple write operations, potentially targeting multiple indices, in a single API call.default <T> MultipleIndexBatchIndexingResponseSearchClientMultipleOperations. multipleBatch(List<BatchOperation<T>> operations, RequestOptions requestOptions)Perform multiple write operations, potentially targeting multiple indices, in a single API call.default <T> CompletableFuture<MultipleIndexBatchIndexingResponse>SearchClientMultipleOperations. multipleBatchAsync(List<BatchOperation<T>> operations)Perform multiple write operations, potentially targeting multiple indices, in a single API call.default <T> CompletableFuture<MultipleIndexBatchIndexingResponse>SearchClientMultipleOperations. multipleBatchAsync(List<BatchOperation<T>> operations, RequestOptions requestOptions)Perform multiple write operations, potentially targeting multiple indices, in a single API call. -
Uses of BatchOperation in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return BatchOperation Modifier and Type Method Description static <T> BatchOperation<T>BatchOperation. createAddObject(T body)static <T> BatchOperation<T>BatchOperation. createDelete(T body)static <T> BatchOperation<T>BatchOperation. createDeleteObject(T body)static <T> BatchOperation<T>BatchOperation. createPartialUpdateObject(T body)static <T> BatchOperation<T>BatchOperation. createPartialUpdateObjectNoCreate(T body)static <T> BatchOperation<T>BatchOperation. createUpdateObject(T body)BatchOperation<T>BatchOperation. setAction(String action)BatchOperation<T>BatchOperation. setBody(T body)BatchOperation<T>BatchOperation. setIndexName(String indexName)Methods in com.algolia.search.models.indexing that return types with arguments of type BatchOperation Modifier and Type Method Description List<BatchOperation<T>>BatchRequest. getRequests()Constructor parameters in com.algolia.search.models.indexing with type arguments of type BatchOperation Constructor Description BatchRequest(List<BatchOperation<T>> requests)
-