| 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 | Interface and Description |
|---|---|
interface |
AuditManagerS3A
Interface for Audit Managers auditing operations through the
AWS libraries.
|
interface |
AuditSpanS3A
An Audit Span with S3A integration, specifically
callbacks from the AWS client SDK.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.amazonaws.HandlerContextAware> |
AuditIntegration.retrieveAttachedSpan(T request)
Get the span from a handler context.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.amazonaws.HandlerContextAware> |
AuditIntegration.attachSpanToRequest(T request,
AWSAuditEventCallbacks span)
Attach a span to a handler context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuditSpanImpl
Base class for the audit spans implementations..
|
class |
ActiveAuditManagerS3A
Thread management for the active audit.
|
class |
NoopAuditManagerS3A
Simple No-op audit manager for use before a real
audit chain is set up, and for testing.
|
class |
NoopSpan
A minimal span with no direct side effects.
|
| Modifier and Type | Field and Description |
|---|---|
static com.amazonaws.handlers.HandlerContextKey<AWSAuditEventCallbacks> |
S3AInternalAuditConstants.AUDIT_SPAN_HANDLER_CONTEXT
Handler key for audit span callbacks.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.