| 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.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
AuditSpanS3A |
S3AFileSystem.createSpan(String operation,
String path1,
String path2)
Start an operation; this informs the audit service of the event
and then sets it as the active span.
|
AuditSpanS3A |
S3AFileSystem.getActiveAuditSpan()
Get the active audit span.
|
| Modifier and Type | Method and Description |
|---|---|
AuditSpanS3A |
OperationAuditor.getUnbondedSpan()
Get the unbonded span to use after deactivating an active
span.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuditSpanImpl
Base class for the audit spans implementations..
|
class |
NoopSpan
A minimal span with no direct side effects.
|
| Modifier and Type | Method and Description |
|---|---|
AuditSpanS3A |
AbstractAuditSpanImpl.activate() |
AuditSpanS3A |
NoopSpan.activate() |
static AuditSpanS3A |
NoopAuditManagerS3A.createNewSpan(String name,
String path1,
String path2)
A static source of no-op spans, using the same span ID
source as managed spans.
|
AuditSpanS3A |
ActiveAuditManagerS3A.createSpan(String operation,
String path1,
String path2)
Start an operation; as well as invoking the audit
service to do this, sets the operation as the
active operation for this thread.
|
AuditSpanS3A |
NoopAuditManagerS3A.createSpan(String operation,
String path1,
String path2) |
AuditSpanS3A |
LoggingAuditor.createSpan(String operation,
String path1,
String path2) |
AuditSpanS3A |
NoopAuditor.createSpan(String operation,
String path1,
String path2) |
AuditSpanS3A |
ActiveAuditManagerS3A.getActiveAuditSpan()
Return the active wrapped span.
|
AuditSpanS3A |
NoopAuditManagerS3A.getActiveAuditSpan() |
AuditSpanS3A |
LoggingAuditor.getUnbondedSpan() |
AuditSpanS3A |
NoopAuditor.getUnbondedSpan() |
| Modifier and Type | Method and Description |
|---|---|
void |
NoopAuditManagerS3A.activate(AuditSpanS3A span) |
void |
NoopSpan.SpanActivationCallbacks.activate(AuditSpanS3A span)
Span was activated.
|
void |
NoopAuditManagerS3A.deactivate(AuditSpanS3A span) |
void |
NoopSpan.SpanActivationCallbacks.deactivate(AuditSpanS3A span)
Span was deactivated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.store.audit.AuditSpanSource<AuditSpanS3A> |
StoreContext.getAuditor()
Get the auditor.
|
| Modifier and Type | Method and Description |
|---|---|
StoreContextBuilder |
StoreContextBuilder.setAuditor(org.apache.hadoop.fs.store.audit.AuditSpanSource<AuditSpanS3A> value)
Set builder value.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.