| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.audit.impl |
The internal implementations of auditing support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoopAuditManagerS3A
Simple No-op audit manager for use before a real
audit chain is set up, and for testing.
|
| Modifier and Type | Method and Description |
|---|---|
static NoopAuditor |
NoopAuditor.createAndStartNoopAuditor(org.apache.hadoop.conf.Configuration conf,
NoopSpan.SpanActivationCallbacks activationCallbacks)
Create, init and start an instance.
|
| Constructor and Description |
|---|
NoopAuditor(NoopSpan.SpanActivationCallbacks activationCallbacks)
Constructor when explicitly created within
the
NoopAuditManagerS3A. |
NoopSpan(String spanId,
String operationName,
String path1,
String path2,
NoopSpan.SpanActivationCallbacks activationCallbacks)
Create a no-op span.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.