Class Mongo::BulkWrite::OrderedCombiner
In: lib/mongo/bulk_write/ordered_combiner.rb
Parent: Object

Combines groups of bulk write operations in order.

@api private

@since 2.1.0

Methods

combine  

Included Modules

Transformable Validatable Combineable

Public Instance methods

Combine the requests in order.

@api private

@example Combine the requests.

  combiner.combine

@return [ Array<Hash> ] The combined requests.

@since 2.1.0

[Validate]