| 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 |
|---|---|
static OperationAuditorOptions |
OperationAuditorOptions.builder()
Create one.
|
OperationAuditorOptions |
OperationAuditorOptions.withConfiguration(org.apache.hadoop.conf.Configuration value)
Set builder value.
|
OperationAuditorOptions |
OperationAuditorOptions.withIoStatisticsStore(org.apache.hadoop.fs.statistics.impl.IOStatisticsStore value)
Set builder value.
|
| 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.
|
void |
OperationAuditor.init(OperationAuditorOptions options)
Initialize.
|
| Modifier and Type | Method and Description |
|---|---|
protected OperationAuditorOptions |
AbstractOperationAuditor.getOptions()
Get the options this auditor was initialized with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOperationAuditor.init(OperationAuditorOptions opts)
Sets the IOStats and then calls init().
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.