Package org.apache.iceberg
Class SnapshotChanges.Builder
java.lang.Object
org.apache.iceberg.SnapshotChanges.Builder
- Enclosing class:
SnapshotChanges
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the SnapshotChanges instance.executeWith(ExecutorService executor) Configure an executor service to use for parallel manifest reading.Set the snapshot to detect file changes for, overriding the default.
-
Method Details
-
snapshot
Set the snapshot to detect file changes for, overriding the default.- Parameters:
snapshotOverride- the snapshot to use- Returns:
- this builder for method chaining
-
executeWith
Configure an executor service to use for parallel manifest reading.- Parameters:
executor- the executor service to use for parallel execution- Returns:
- this builder for method chaining
-
build
Build the SnapshotChanges instance.- Returns:
- a new SnapshotChanges instance
-