@Immutable public final class ParallelScanOptions extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
ParallelScanOptions.Builder |
A builder for the options
|
Modifier and Type | Method | Description |
---|---|---|
static ParallelScanOptions.Builder |
builderβ() |
Create a builder for the options
|
int |
getBatchSizeβ() |
Gets the batch size to use for each cursor.
|
int |
getNumCursorsβ() |
Gets the number of cursors requested.
|
ReadPreference |
getReadPreferenceβ() |
Gets the read preference to use.
|
public static ParallelScanOptions.Builder builderβ()
public int getNumCursorsβ()
public int getBatchSizeβ()
@Nullable public ReadPreference getReadPreferenceβ()