Package org.apache.iceberg.actions
Interface DeleteOrphanFiles.Result
- Enclosing interface:
DeleteOrphanFiles
public static interface DeleteOrphanFiles.Result
The action result that contains a summary of the execution.
-
Method Summary
Modifier and TypeMethodDescriptionReturns locations of orphan files.default longReturns the total number of orphan files.
-
Method Details
-
orphanFileLocations
Returns locations of orphan files. -
orphanFilesCount
default long orphanFilesCount()Returns the total number of orphan files.
-