| Package | Description |
|---|---|
| com.aliyun.odps.storage.settings |
| Modifier and Type | Method and Description |
|---|---|
static IncrementalReadOptions.Builder |
IncrementalReadOptions.newBuilder()
Creates a new builder for constructing IncrementalReadOptions instances.
|
IncrementalReadOptions.Builder |
IncrementalReadOptions.Builder.withEndTimeStamp(String endTimeStamp)
Sets the end timestamp.
|
IncrementalReadOptions.Builder |
IncrementalReadOptions.Builder.withEndVersion(long endVersion)
Sets the end version.
|
IncrementalReadOptions.Builder |
IncrementalReadOptions.Builder.withMode(String mode)
Sets the mode for incremental read.
|
IncrementalReadOptions.Builder |
IncrementalReadOptions.Builder.withStartTimeStamp(String startTimeStamp)
Sets the start timestamp.
|
IncrementalReadOptions.Builder |
IncrementalReadOptions.Builder.withStartVersion(long startVersion)
Sets the start version.
|
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.