| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.commit |
Support for committing the output of analytics jobs directly to S3.
|
| org.apache.hadoop.fs.s3a.commit.files |
Persistent data formats for the committers.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.lang3.tuple.Pair<PendingSet,List<org.apache.commons.lang3.tuple.Pair<org.apache.hadoop.fs.LocatedFileStatus,IOException>>> |
CommitOperations.loadSinglePendingCommits(org.apache.hadoop.fs.Path pendingDir,
boolean recursive)
Load all single pending commits in the directory.
|
| Modifier and Type | Method and Description |
|---|---|
static PendingSet |
PendingSet.load(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.FileStatus status)
Load an instance from a file, then validate it.
|
static PendingSet |
PendingSet.load(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path)
Load an instance from a file, then validate it.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.util.JsonSerialization<PendingSet> |
PendingSet.serializer()
Get a JSON serializer for this class.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.