Package org.apache.iceberg.actions
Class BaseExpireSnapshotsActionResult
- java.lang.Object
- 
- org.apache.iceberg.actions.BaseExpireSnapshotsActionResult
 
- 
- All Implemented Interfaces:
- ExpireSnapshots.Result
 
 public class BaseExpireSnapshotsActionResult extends java.lang.Object implements ExpireSnapshots.Result 
- 
- 
Constructor SummaryConstructors Constructor Description BaseExpireSnapshotsActionResult(long deletedDataFilesCount, long deletedManifestsCount, long deletedManifestListsCount)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longdeletedDataFilesCount()Returns the number of deleted data files.longdeletedManifestListsCount()Returns the number of deleted manifest lists.longdeletedManifestsCount()Returns the number of deleted manifests.
 
- 
- 
- 
Method Detail- 
deletedDataFilesCountpublic long deletedDataFilesCount() Description copied from interface:ExpireSnapshots.ResultReturns the number of deleted data files.- Specified by:
- deletedDataFilesCountin interface- ExpireSnapshots.Result
 
 - 
deletedManifestsCountpublic long deletedManifestsCount() Description copied from interface:ExpireSnapshots.ResultReturns the number of deleted manifests.- Specified by:
- deletedManifestsCountin interface- ExpireSnapshots.Result
 
 - 
deletedManifestListsCountpublic long deletedManifestListsCount() Description copied from interface:ExpireSnapshots.ResultReturns the number of deleted manifest lists.- Specified by:
- deletedManifestListsCountin interface- ExpireSnapshots.Result
 
 
- 
 
-