| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.audit |
Support for auditing and ultimately tracing operations.
|
| org.apache.hadoop.fs.s3a.audit.impl |
The internal implementations of auditing support.
|
| Modifier and Type | Method and Description |
|---|---|
static AuditorFlags |
AuditorFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditorFlags[] |
AuditorFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationAuditor.setAuditFlags(EnumSet<AuditorFlags> flags)
Update audit flags, especially the out of span rejection option.
|
void |
AuditManagerS3A.setAuditFlags(EnumSet<AuditorFlags> flags)
Update audit flags, especially the out of span rejection option.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<AuditorFlags> |
AbstractOperationAuditor.getAuditorFlags()
Get the current set of auditor flags.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractOperationAuditor.auditorFlagsChanged(EnumSet<AuditorFlags> flags)
Notification that the auditor flags have been updated.
|
void |
AbstractOperationAuditor.setAuditFlags(EnumSet<AuditorFlags> flags)
Update Auditor flags.
|
void |
NoopAuditManagerS3A.setAuditFlags(EnumSet<AuditorFlags> flags) |
void |
ActiveAuditManagerS3A.setAuditFlags(EnumSet<AuditorFlags> flags) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.