Return a list of cursors over the collection that can be used to scan it in parallel.
Note: As of MongoDB 2.6, this method will work against a mongod, but not a mongos.
@param options the parallel scan options @return a list of cursors, whose size may be less than the number requested @mongodb.driver.manual reference/command/parallelCollectionScan/ Parallel Collection Scan @mongodb.server.release 2.6 @since 2.12
|
|