Package com.mongodb.client.model
Class ParallelCollectionScanOptions
java.lang.Object
com.mongodb.client.model.ParallelCollectionScanOptions
Deprecated.
this is an unused class and there should be no reason to use it
The options to apply to a parallel scan operation.
- Since:
- 3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchSize
(int batchSize) Deprecated.The batch size to use for each cursor.int
Deprecated.Gets the batch size to use for each cursor.
-
Constructor Details
-
ParallelCollectionScanOptions
public ParallelCollectionScanOptions()Deprecated.
-
-
Method Details
-
getBatchSize
public int getBatchSize()Deprecated.Gets the batch size to use for each cursor.- Returns:
- the batch size to use for each cursor.
-
batchSize
Deprecated.The batch size to use for each cursor.- Parameters:
batchSize
- the batch size, which must be greater than or equal to 0- Returns:
- this
-