| 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 |
|---|---|
default void |
AWSAuditEventCallbacks.afterError(com.amazonaws.Request<?> request,
com.amazonaws.Response<?> response,
Exception exception)
Callback after a request resulted in an error.
|
default void |
AWSAuditEventCallbacks.afterResponse(com.amazonaws.Request<?> request,
com.amazonaws.Response<?> response)
Callback after S3 responded to a request.
|
default <T extends com.amazonaws.AmazonWebServiceRequest> |
AWSAuditEventCallbacks.beforeExecution(T request)
Preflight preparation of AWS request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveAuditManagerS3A.afterError(com.amazonaws.Request<?> request,
com.amazonaws.Response<?> response,
Exception exception)
Forward to active span.
|
void |
ActiveAuditManagerS3A.afterResponse(com.amazonaws.Request<?> request,
com.amazonaws.Response<?> response)
Forward to active span.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.