| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| 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 |
|---|---|
OperationAuditor |
S3AFileSystem.getAuditor()
Get the auditor; valid once initialized.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationAuditor |
AuditIntegration.createAndInitAuditor(org.apache.hadoop.conf.Configuration conf,
String key,
OperationAuditorOptions options)
Create and initialize an audit service.
|
OperationAuditor |
AuditManagerS3A.getAuditor()
Get the auditor; valid once initialized.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOperationAuditor
This is a long-lived service which is created in S3A FS initialize
(make it fast!) which provides context for tracking operations made to S3.
|
class |
LoggingAuditor
The LoggingAuditor logs operations at DEBUG (in SDK Request) and
in span lifecycle and S3 request class construction at TRACE.
|
class |
NoopAuditor
An audit service which returns the
NoopSpan. |
| Modifier and Type | Method and Description |
|---|---|
OperationAuditor |
ActiveAuditManagerS3A.getAuditor() |
OperationAuditor |
NoopAuditManagerS3A.getAuditor() |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.