Uses of Interface
org.apache.hadoop.fs.store.audit.AuditSpan
Packages that use AuditSpan
Package
Description
Auditing classes for internal
use within the hadoop-* modules only.
-
Uses of AuditSpan in org.apache.hadoop.fs.store.audit
Classes in org.apache.hadoop.fs.store.audit with type parameters of type AuditSpanModifier and TypeInterfaceDescriptioninterfaceActiveThreadSpanSource<T extends AuditSpan>Interface to get the active thread span.interfaceAuditSpanSource<T extends AuditSpan>A source of audit spans.Methods in org.apache.hadoop.fs.store.audit that return AuditSpanModifier and TypeMethodDescriptionAuditSpan.activate()Make this span active in the current thread.Methods in org.apache.hadoop.fs.store.audit with parameters of type AuditSpanModifier and TypeMethodDescriptionstatic <T> Callable<T>AuditingFunctions.callableWithinAuditSpan(AuditSpan auditSpan, 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> FunctionRaisingIOE<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 InvocationRaisingIOEAuditingFunctions.withinAuditSpan(AuditSpan auditSpan, InvocationRaisingIOE operation) Given an invocation, return a new invocation which activates and deactivates the span around the inner invocation.