public static interface ExecutableInsertOperation.TerminatingBulkInsert<T>
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.bulk.BulkWriteResult |
bulk(Collection<? extends T> objects)
Bulk write collection of objects.
|
com.mongodb.bulk.BulkWriteResult bulk(Collection<? extends T> objects)
objects - must not be null.BulkWriteResult.IllegalArgumentException - if objects is null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.