Package org.apache.iceberg.actions
Interface ExpireSnapshots.Result
- 
- All Known Implementing Classes:
- BaseExpireSnapshotsActionResult
 - Enclosing interface:
- ExpireSnapshots
 
 public static interface ExpireSnapshots.ResultThe action result that contains a summary of the execution.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longdeletedDataFilesCount()Returns the number of deleted data files.longdeletedEqualityDeleteFilesCount()Returns the number of deleted equality delete files.longdeletedManifestListsCount()Returns the number of deleted manifest lists.longdeletedManifestsCount()Returns the number of deleted manifests.longdeletedPositionDeleteFilesCount()Returns the number of deleted position delete files.
 
- 
- 
- 
Method Detail- 
deletedDataFilesCountlong deletedDataFilesCount() Returns the number of deleted data files.
 - 
deletedEqualityDeleteFilesCountlong deletedEqualityDeleteFilesCount() Returns the number of deleted equality delete files.
 - 
deletedPositionDeleteFilesCountlong deletedPositionDeleteFilesCount() Returns the number of deleted position delete files.
 - 
deletedManifestsCountlong deletedManifestsCount() Returns the number of deleted manifests.
 - 
deletedManifestListsCountlong deletedManifestListsCount() Returns the number of deleted manifest lists.
 
- 
 
-