Package org.apache.iceberg.actions
Interface DeleteOrphanFiles.Result
-
- All Known Implementing Classes:
BaseDeleteOrphanFilesActionResult
- Enclosing interface:
- DeleteOrphanFiles
public static interface DeleteOrphanFiles.Result
The action result that contains a summary of the execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<java.lang.String>
orphanFileLocations()
Returns locations of orphan files.
-