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 void
deleteFiles(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 BulkDeletionFailureException
Delete the files at the given paths.- Parameters:
pathsToDelete
- The paths to delete- Throws:
BulkDeletionFailureException
- in
-
-