@Deprecated @Immutable public final class ParallelScanOptions extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ParallelScanOptions.Builder
Deprecated.
A builder for the options
|
Modifier and Type | Method and Description |
---|---|
static ParallelScanOptions.Builder |
builder()
Deprecated.
Create a builder for the options
|
int |
getBatchSize()
Deprecated.
Gets the batch size to use for each cursor.
|
int |
getNumCursors()
Deprecated.
Gets the number of cursors requested.
|
ReadPreference |
getReadPreference()
Deprecated.
Gets the read preference to use.
|
public static ParallelScanOptions.Builder builder()
public int getNumCursors()
public int getBatchSize()
@Nullable public ReadPreference getReadPreference()
Copyright © 2010 - 2023 Adobe. All Rights Reserved