@Immutable public final class ParallelScanOptions extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ParallelScanOptions.Builder
A builder for the options
|
| 限定符和类型 | 方法和说明 |
|---|---|
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()
public ReadPreference getReadPreference()