Package | Description |
---|---|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
ParallelCollectionScanOperation<T> |
ParallelCollectionScanOperation.batchSize(int batchSize)
The batch size to use for each cursor.
|
ParallelCollectionScanOperation<T> |
ParallelCollectionScanOperation.readConcern(ReadConcern readConcern)
Sets the read concern
|
Copyright © 2016. All Rights Reserved.