| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.commit.files |
Persistent data formats for the committers.
|
| org.apache.hadoop.fs.s3a.commit.impl |
Internal classes which make use of mapreduce code.
|
| Modifier and Type | Method and Description |
|---|---|
static UploadEtag |
UploadEtag.fromCompletedPart(software.amazon.awssdk.services.s3.model.CompletedPart completedPart) |
| Modifier and Type | Method and Description |
|---|---|
List<UploadEtag> |
SinglePendingCommit.getEtags() |
Iterator<UploadEtag> |
SinglePendingCommit.iterator()
Iterate over the etags.
|
| Modifier and Type | Method and Description |
|---|---|
static software.amazon.awssdk.services.s3.model.CompletedPart |
UploadEtag.toCompletedPart(UploadEtag uploadEtag,
int partNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
SinglePendingCommit.setEtags(List<UploadEtag> etags) |
| Modifier and Type | Method and Description |
|---|---|
static List<software.amazon.awssdk.services.s3.model.CompletedPart> |
CommitOperations.toPartEtags(List<UploadEtag> tagIds)
Convert an ordered list of strings to a list of index etag parts.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.