| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
static List<MultiObjectDeleteSupport.KeyPath> |
MultiObjectDeleteSupport.convertToKeyPaths(Collection<com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion> keysToDelete,
Function<String,org.apache.hadoop.fs.Path> qualifier)
Given a list of delete requests, convert them all to paths.
|
static List<MultiObjectDeleteSupport.KeyPath> |
MultiObjectDeleteSupport.extractUndeletedKeyPaths(com.amazonaws.services.s3.model.MultiObjectDeleteException deleteException,
Function<String,org.apache.hadoop.fs.Path> qualifierFn)
Build a list of undeleted paths from a
MultiObjectDeleteException. |
List<MultiObjectDeleteSupport.KeyPath> |
MultiObjectDeleteSupport.keysToKeyPaths(Collection<com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion> keysToDelete)
Given a list of delete requests, convert them all to keypaths.
|
org.apache.commons.lang3.tuple.Pair<List<MultiObjectDeleteSupport.KeyPath>,List<MultiObjectDeleteSupport.KeyPath>> |
MultiObjectDeleteSupport.splitUndeletedKeys(com.amazonaws.services.s3.model.MultiObjectDeleteException deleteException,
Collection<com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion> keysToDelete)
Process a multi object delete exception by building two paths from
the delete request: one of all deleted files, one of all undeleted values.
|
org.apache.commons.lang3.tuple.Pair<List<MultiObjectDeleteSupport.KeyPath>,List<MultiObjectDeleteSupport.KeyPath>> |
MultiObjectDeleteSupport.splitUndeletedKeys(com.amazonaws.services.s3.model.MultiObjectDeleteException deleteException,
Collection<com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion> keysToDelete)
Process a multi object delete exception by building two paths from
the delete request: one of all deleted files, one of all undeleted values.
|
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.hadoop.fs.Path> |
MultiObjectDeleteSupport.toPathList(List<MultiObjectDeleteSupport.KeyPath> keyPaths)
Given a list of keypaths, convert to a list of paths.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.