| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.s3guard |
This package contains classes related to S3Guard: a feature of S3A to mask
the eventual consistency behavior of S3 and optimize access patterns by
coordinating with a strongly consistent external store for file system
metadata.
|
| Modifier and Type | Method and Description |
|---|---|
static S3GuardFsckViolationHandler.HandleMode |
S3GuardFsckViolationHandler.HandleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3GuardFsckViolationHandler.HandleMode[] |
S3GuardFsckViolationHandler.HandleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
S3GuardFsckViolationHandler.handleComparePair(S3GuardFsck.ComparePair comparePair,
StringBuilder sB,
S3GuardFsckViolationHandler.HandleMode handleMode)
Create a new instance of the violation handler for all the violations
found in the compare pair and use it.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.