| Package | Description |
|---|---|
| org.apache.hadoop.fs.store.audit |
Auditing classes for internal
use within the hadoop-* modules only.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ActiveThreadSpanSource<T extends AuditSpan> |
Interface to get the active thread span.
|
interface |
AuditSpanSource<T extends AuditSpan> |
A source of audit spans.
|
| Modifier and Type | Method | Description |
|---|---|---|
AuditSpan |
AuditSpan.activate() |
Make this span active in the current thread.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> java.util.concurrent.Callable<T> |
AuditingFunctions.callableWithinAuditSpan(AuditSpan auditSpan,
java.util.concurrent.Callable<T> operation) |
Given a callable, return a new callable which
activates and deactivates the span around the inner invocation.
|
static <T> CallableRaisingIOE<T> |
AuditingFunctions.withinAuditSpan(AuditSpan auditSpan,
CallableRaisingIOE<T> operation) |
Given a callable, return a new callable which
activates and deactivates the span around the inner invocation.
|
static <T,R> |
AuditingFunctions.withinAuditSpan(AuditSpan auditSpan,
FunctionRaisingIOE<T,R> operation) |
Given a function, return a new function which
activates and deactivates the span around the inner one.
|
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.