Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
Modifier and Type | Method and Description |
---|---|
ParallelScanOptions |
ParallelScanOptions.Builder.build()
Creates a ParallelScanOptions with the settings initialised in this builder.
|
Modifier and Type | Method and Description |
---|---|
List<Cursor> |
DBCollection.parallelScan(ParallelScanOptions options)
Return a list of cursors over the collection that can be used to scan it in parallel.
|
Copyright © 2016. All Rights Reserved.