@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()