| Package | Description |
|---|---|
| org.apache.hadoop.fs.statistics.impl |
Implementation support for statistics.
|
| org.apache.hadoop.fs.store.audit |
Auditing classes for internal
use within the hadoop-* modules only.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.time.Duration |
IOStatisticsBinding.measureDurationOfInvocation(DurationTrackerFactory factory,
java.lang.String statistic,
InvocationRaisingIOE input) |
Given an IOException raising callable/lambda expression,
execute it and update the relevant statistic,
returning the measured duration.
|
static void |
IOStatisticsBinding.trackDurationOfInvocation(DurationTrackerFactory factory,
java.lang.String statistic,
InvocationRaisingIOE input) |
Given an IOException raising callable/lambda expression,
execute it and update the relevant statistic.
|
| Modifier and Type | Method | Description |
|---|---|---|
static InvocationRaisingIOE |
AuditingFunctions.withinAuditSpan(AuditSpan auditSpan,
InvocationRaisingIOE operation) |
Given an invocation, return a new invocation which
activates and deactivates the span around the inner invocation.
|
| Modifier and Type | Method | Description |
|---|---|---|
static InvocationRaisingIOE |
AuditingFunctions.withinAuditSpan(AuditSpan auditSpan,
InvocationRaisingIOE operation) |
Given an invocation, return a new invocation which
activates and deactivates the span around the inner invocation.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.