You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -296,19 +294,19 @@ class MongoCluster(private val wrapped: JMongoCluster) {
296
294
/**
297
295
* Executes a client-level bulk write operation.
298
296
* This method is functionally equivalent to `bulkWrite(List, ClientBulkWriteOptions)`
299
-
* with the [[ClientBulkWriteOptions.clientBulkWriteOptions default options]].
297
+
* with the [[org.mongodb.scala.model.bulk.ClientBulkWriteOptions.clientBulkWriteOptions default options]].
300
298
*
301
299
* This operation supports retryable writes.
302
300
* Depending on the number of `models`, encoded size of `models`, and the size limits in effect,
303
301
* executing this operation may require multiple `bulkWrite` commands.
304
302
* The eligibility for retries is determined per each `bulkWrite` command:
305
-
* [[ClientNamespacedUpdateManyModel]], [[ClientNamespacedDeleteManyModel]] in a command render it non-retryable.
303
+
* [[org.mongodb.scala.model.bulk.ClientNamespacedUpdateManyModel]], [[org.mongodb.scala.model.bulk.ClientNamespacedDeleteManyModel]] in a command render it non-retryable.
306
304
*
307
305
* This operation is not supported by MongoDB Atlas Serverless instances.
* @parammodels The [[ClientNamespacedWriteModel]] individual write operations.
311
-
* @return The [[SingleObservable]] signalling at most one element [[ClientBulkWriteResult]] if the operation is successful,
308
+
* @parammodels The [[org.mongodb.scala.model.bulk.ClientNamespacedWriteModel]] individual write operations.
309
+
* @return The [[SingleObservable]] signalling at most one element [[org.mongodb.scala.model.bulk.ClientBulkWriteResult]] if the operation is successful,
312
310
* or the following errors:
313
311
* - [[ClientBulkWriteException]]: If and only if the operation is unsuccessful or partially unsuccessful,
314
312
* and there is at least one of the following pieces of information to report:
@@ -329,14 +327,14 @@ class MongoCluster(private val wrapped: JMongoCluster) {
329
327
* Depending on the number of `models`, encoded size of `models`, and the size limits in effect,
330
328
* executing this operation may require multiple `bulkWrite` commands.
331
329
* The eligibility for retries is determined per each `bulkWrite` command:
332
-
* [[ClientNamespacedUpdateManyModel]], [[ClientNamespacedDeleteManyModel]] in a command render it non-retryable.
330
+
* [[org.mongodb.scala.model.bulk.ClientNamespacedUpdateManyModel]], [[org.mongodb.scala.model.bulk.ClientNamespacedDeleteManyModel]] in a command render it non-retryable.
333
331
*
334
332
* This operation is not supported by MongoDB Atlas Serverless instances.
* @parammodels The [[ClientNamespacedWriteModel]] individual write operations.
335
+
* @parammodels The [[org.mongodb.scala.model.bulk.ClientNamespacedWriteModel]] individual write operations.
338
336
* @paramoptions The options.
339
-
* @return The [[SingleObservable]] signalling at most one element [[ClientBulkWriteResult]] if the operation is successful,
337
+
* @return The [[SingleObservable]] signalling at most one element [[org.mongodb.scala.model.bulk.ClientBulkWriteResult]] if the operation is successful,
340
338
* or the following errors:
341
339
* - [[ClientBulkWriteException]]: If and only if the operation is unsuccessful or partially unsuccessful,
342
340
* and there is at least one of the following pieces of information to report:
@@ -355,20 +353,20 @@ class MongoCluster(private val wrapped: JMongoCluster) {
355
353
/**
356
354
* Executes a client-level bulk write operation.
357
355
* This method is functionally equivalent to `bulkWrite(ClientSession, List, ClientBulkWriteOptions)`
358
-
* with the [[ClientBulkWriteOptions.clientBulkWriteOptions default options]].
356
+
* with the [[org.mongodb.scala.model.bulk.ClientBulkWriteOptions.clientBulkWriteOptions default options]].
359
357
*
360
358
* This operation supports retryable writes.
361
359
* Depending on the number of `models`, encoded size of `models`, and the size limits in effect,
362
360
* executing this operation may require multiple `bulkWrite` commands.
363
361
* The eligibility for retries is determined per each `bulkWrite` command:
364
-
* [[ClientNamespacedUpdateManyModel]], [[ClientNamespacedDeleteManyModel]] in a command render it non-retryable.
362
+
* [[org.mongodb.scala.model.bulk.ClientNamespacedUpdateManyModel]], [[org.mongodb.scala.model.bulk.ClientNamespacedDeleteManyModel]] in a command render it non-retryable.
365
363
*
366
364
* This operation is not supported by MongoDB Atlas Serverless instances.
* @paramclientSession [[ClientSession client session]] with which to associate this operation.
370
-
* @parammodels The [[ClientNamespacedWriteModel]] individual write operations.
371
-
* @return The [[SingleObservable]] signalling at most one element [[ClientBulkWriteResult]] if the operation is successful,
368
+
* @parammodels The [[org.mongodb.scala.model.bulk.ClientNamespacedWriteModel]] individual write operations.
369
+
* @return The [[SingleObservable]] signalling at most one element [[org.mongodb.scala.model.bulk.ClientBulkWriteResult]] if the operation is successful,
372
370
* or the following errors:
373
371
* - [[ClientBulkWriteException]]: If and only if the operation is unsuccessful or partially unsuccessful,
374
372
* and there is at least one of the following pieces of information to report:
@@ -391,13 +389,13 @@ class MongoCluster(private val wrapped: JMongoCluster) {
391
389
* Depending on the number of `models`, encoded size of `models`, and the size limits in effect,
392
390
* executing this operation may require multiple `bulkWrite` commands.
393
391
* The eligibility for retries is determined per each `bulkWrite` command:
394
-
* [[ClientNamespacedUpdateManyModel]], [[ClientNamespacedDeleteManyModel]] in a command render it non-retryable.
392
+
* [[org.mongodb.scala.model.bulk.ClientNamespacedUpdateManyModel]], [[org.mongodb.scala.model.bulk.ClientNamespacedDeleteManyModel]] in a command render it non-retryable.
* @paramclientSession The [[ClientSession client session]] with which to associate this operation.
398
-
* @parammodels The [[ClientNamespacedWriteModel]] individual write operations.
396
+
* @parammodels The [[org.mongodb.scala.model.bulk.ClientNamespacedWriteModel]] individual write operations.
399
397
* @paramoptions The options.
400
-
* @return The [[SingleObservable]] signalling at most one element [[ClientBulkWriteResult]] if the operation is successful,
398
+
* @return The [[SingleObservable]] signalling at most one element [[org.mongodb.scala.model.bulk.ClientBulkWriteResult]] if the operation is successful,
401
399
* or the following errors:
402
400
* - [[ClientBulkWriteException]]: If and only if the operation is unsuccessful or partially unsuccessful,
403
401
* and there is at least one of the following pieces of information to report:
0 commit comments