Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Method and Description |
---|---|
ParallelScanOptions.Builder |
ParallelScanOptions.Builder.batchSize(int batchSize)
The batch size to use for each cursor.
|
static ParallelScanOptions.Builder |
ParallelScanOptions.builder()
Create a builder for the options
|
ParallelScanOptions.Builder |
ParallelScanOptions.Builder.numCursors(int numCursors)
Set the requested number of cursors to iterate in parallel.
|
ParallelScanOptions.Builder |
ParallelScanOptions.Builder.readPreference(ReadPreference readPreference)
The read preference to use.
|