Package org.apache.iceberg.io
Interface SupportsBulkOperations
-
- All Known Implementing Classes:
S3FileIO
public interface SupportsBulkOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteFiles(java.lang.Iterable<java.lang.String> pathsToDelete)Delete the files at the given paths.
-
-
-
Method Detail
-
deleteFiles
void deleteFiles(java.lang.Iterable<java.lang.String> pathsToDelete) throws BulkDeletionFailureExceptionDelete the files at the given paths.- Parameters:
pathsToDelete- The paths to delete- Throws:
BulkDeletionFailureException- in
-
-