| 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.magic |
This is the "Magic" committer and support.
|
| org.apache.hadoop.fs.s3a.statistics |
Statistics collection for the S3A connector: interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
PutTracker |
MagicCommitIntegration.createTracker(org.apache.hadoop.fs.Path path,
String key,
PutTrackerStatistics trackerStatistics)
Given a path and a key to that same path, create a tracker for it.
|
| Constructor and Description |
|---|
MagicCommitTracker(org.apache.hadoop.fs.Path path,
String bucket,
String originalDestKey,
String destKey,
String pendingsetKey,
WriteOperationHelper writer,
PutTrackerStatistics trackerStatistics)
Magic commit tracker.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlockOutputStreamStatistics
Block output stream statistics.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.