Package com.mongodb.bulk


package com.mongodb.bulk
Contains classes for representing the result of a bulk write operation.
  • Classes
    Class
    Description
    Represents an error for an item included in a bulk write operation, e.g.
    Represents an item in the bulk write that was inserted.
    The result of a successful bulk write operation.
    Represents an item in the bulk write that was upserted.
    An error representing a failure by the server to apply the requested write concern to the bulk operation.