| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| org.apache.hadoop.fs.s3a.tools |
S3A Command line tools independent of S3Guard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3AFileSystem.removeKeys(List<com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion> keysToDelete,
boolean deleteFakeDir,
BulkOperationState operationState)
Invoke
S3AFileSystem.removeKeysS3(List, boolean, boolean) with handling of
MultiObjectDeleteException. |
| Modifier and Type | Method and Description |
|---|---|
Long |
RenameOperation.execute() |
com.amazonaws.services.s3.model.DeleteObjectsResult |
OperationCallbacks.removeKeys(List<com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion> keysToDelete,
boolean deleteFakeDir,
List<org.apache.hadoop.fs.Path> undeletedObjectsOnFailure,
BulkOperationState operationState,
boolean quiet)
Remove keys from the store, updating the metastore on a
partial delete represented as a MultiObjectDeleteException failure by
deleting all those entries successfully deleted and then rethrowing
the MultiObjectDeleteException.
|
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.s3.model.DeleteObjectsResult |
MarkerToolOperations.removeKeys(List<com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion> keysToDelete,
boolean deleteFakeDir,
List<org.apache.hadoop.fs.Path> undeletedObjectsOnFailure,
BulkOperationState operationState,
boolean quiet)
Remove keys from the store, updating the metastore on a
partial delete represented as a MultiObjectDeleteException failure by
deleting all those entries successfully deleted and then rethrowing
the MultiObjectDeleteException.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.