| 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 PendingSet |
PendingSet.load(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.FileStatus status)
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 shared JSON serializer for this class.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.statistics.IOStatistics |
PendingSet.save(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.util.JsonSerialization<PendingSet> serializer) |
byte[] |
PendingSet.toBytes(org.apache.hadoop.util.JsonSerialization<PendingSet> serializer) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.util.JsonSerialization<PendingSet> |
CommitContext.getPendingSetSerializer()
Get a serializer for .pendingset files.
|
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,
CommitContext commitContext)
Load all single pending commits in the directory, using the
outer submitter.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.