public static class IncrementalReadOptions.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
IncrementalReadOptions |
build()
Builds and returns a new IncrementalReadOptions instance with the configured settings.
|
IncrementalReadOptions.Builder |
withEndTimeStamp(String endTimeStamp)
Sets the end timestamp.
|
IncrementalReadOptions.Builder |
withEndVersion(long endVersion)
Sets the end version.
|
IncrementalReadOptions.Builder |
withMode(String mode)
Sets the mode for incremental read.
|
IncrementalReadOptions.Builder |
withStartTimeStamp(String startTimeStamp)
Sets the start timestamp.
|
IncrementalReadOptions.Builder |
withStartVersion(long startVersion)
Sets the start version.
|
public IncrementalReadOptions.Builder withEndTimeStamp(String endTimeStamp)
endTimeStamp - The end timestamppublic IncrementalReadOptions.Builder withEndVersion(long endVersion)
endVersion - The end versionpublic IncrementalReadOptions.Builder withMode(String mode)
mode - The mode (e.g., "timestamp" or "version")public IncrementalReadOptions.Builder withStartTimeStamp(String startTimeStamp)
startTimeStamp - The start timestamppublic IncrementalReadOptions.Builder withStartVersion(long startVersion)
startVersion - The start versionpublic IncrementalReadOptions build()
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.