public final class OperationAuditorOptions extends Object
OperationAuditor.
Done as a builder and passed in so
that if it is extended, external auditors will still link.| Modifier and Type | Method and Description |
|---|---|
static OperationAuditorOptions |
builder()
Create one.
|
org.apache.hadoop.conf.Configuration |
getConfiguration() |
org.apache.hadoop.fs.statistics.impl.IOStatisticsStore |
getIoStatisticsStore() |
OperationAuditorOptions |
withConfiguration(org.apache.hadoop.conf.Configuration value)
Set builder value.
|
OperationAuditorOptions |
withIoStatisticsStore(org.apache.hadoop.fs.statistics.impl.IOStatisticsStore value)
Set builder value.
|
public org.apache.hadoop.conf.Configuration getConfiguration()
public OperationAuditorOptions withConfiguration(org.apache.hadoop.conf.Configuration value)
value - new valuepublic org.apache.hadoop.fs.statistics.impl.IOStatisticsStore getIoStatisticsStore()
public OperationAuditorOptions withIoStatisticsStore(org.apache.hadoop.fs.statistics.impl.IOStatisticsStore value)
value - new valuepublic static OperationAuditorOptions builder()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.