@Immutable public final class ParallelScanOptions extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ParallelScanOptions.BuilderA 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()
public ReadPreference getReadPreference()