Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
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 |
---|---|
abstract List<Cursor> |
DBCollection.parallelScan(ParallelScanOptions options)
Return a list of cursors over the collection that can be used to scan it in parallel.
|