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 |
---|---|
static void |
CommitUtils.validateCollectionClass(Iterable it,
Class classname)
Verify that all instances in a collection are of the given class.
|
static void |
ValidationFailure.verify(boolean expression,
String message,
Object... args)
Verify that a condition holds.
|
Modifier and Type | Method and Description |
---|---|
void |
SinglePendingCommit.bindCommitData(List<com.amazonaws.services.s3.model.PartETag> parts)
Set the commit data.
|
void |
SuccessData.validate() |
void |
SinglePendingCommit.validate() |
abstract void |
PersistentCommitData.validate()
Validate the data: those fields which must be non empty, must be set.
|
void |
PendingSet.validate()
Validate the data: those fields which must be non empty, must be set.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.