public class BulkDeleteOperationCallbacksImpl extends Object implements BulkDeleteOperation.BulkDeleteOperationCallbacks
| Constructor and Description |
|---|
BulkDeleteOperationCallbacksImpl(S3AStore store,
String path,
int pageSize,
org.apache.hadoop.fs.store.audit.AuditSpan span) |
| Modifier and Type | Method and Description |
|---|---|
List<Map.Entry<String,String>> |
bulkDelete(List<software.amazon.awssdk.services.s3.model.ObjectIdentifier> keysToDelete)
Perform a bulk delete operation.
|
@Retries.RetryTranslated public List<Map.Entry<String,String>> bulkDelete(List<software.amazon.awssdk.services.s3.model.ObjectIdentifier> keysToDelete) throws IOException, IllegalArgumentException
BulkDeleteOperation.BulkDeleteOperationCallbacksbulkDelete in interface BulkDeleteOperation.BulkDeleteOperationCallbackskeysToDelete - key listIOException - IO Exception.IllegalArgumentException - illegal argumentsCopyright © 2008–2025 Apache Software Foundation. All rights reserved.