Class TableChange.Builder
java.lang.Object
org.apache.iceberg.flink.maintenance.operator.TableChange.Builder
- Enclosing class:
- TableChange
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
commitCount
(int newCommitCount) dataFileCount
(int newDataFileCount) dataFileSizeInBytes
(long newDataFileSizeInBytes) eqDeleteFileCount
(int newEqDeleteFileCount) eqDeleteRecordCount
(long newEqDeleteRecordCount) posDeleteFileCount
(int newPosDeleteFileCount) posDeleteRecordCount
(long newPosDeleteRecordCount)
-
Method Details
-
dataFileCount
-
dataFileSizeInBytes
-
posDeleteFileCount
-
posDeleteRecordCount
-
eqDeleteFileCount
-
eqDeleteRecordCount
-
commitCount
-
build
-