Package com.mongodb.bulk
Contains classes for representing the result of a bulk write operation.
-
Class Summary Class Description BulkWriteError Represents an error for an item included in a bulk write operation, e.g.BulkWriteInsert Represents an item in the bulk write that was inserted.BulkWriteResult The result of a successful bulk write operation.BulkWriteUpsert Represents an item in the bulk write that was upserted.WriteConcernError An error representing a failure by the server to apply the requested write concern to the bulk operation.