@Immutable public final class ParallelScanOptions extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ParallelScanOptions.Builder
A builder for the options
|
Modifier and Type | Method and 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()
Copyright © 2010 - 2020 Adobe. All Rights Reserved