Uses of Interface
org.apache.hadoop.util.functional.InvocationRaisingIOE
Packages that use InvocationRaisingIOE
Package
Description
Implementation support for statistics.
Auditing classes for internal
use within the hadoop-* modules only.
-
Uses of InvocationRaisingIOE in org.apache.hadoop.fs.statistics.impl
Methods in org.apache.hadoop.fs.statistics.impl with parameters of type InvocationRaisingIOEModifier and TypeMethodDescriptionstatic DurationIOStatisticsBinding.measureDurationOfInvocation(DurationTrackerFactory factory, String statistic, InvocationRaisingIOE input) Given an IOException raising callable/lambda expression, execute it and update the relevant statistic, returning the measured duration.static voidIOStatisticsBinding.trackDurationOfInvocation(DurationTrackerFactory factory, String statistic, InvocationRaisingIOE input) Given an IOException raising callable/lambda expression, execute it and update the relevant statistic. -
Uses of InvocationRaisingIOE in org.apache.hadoop.fs.store.audit
Methods in org.apache.hadoop.fs.store.audit that return InvocationRaisingIOEModifier and TypeMethodDescriptionstatic InvocationRaisingIOEAuditingFunctions.withinAuditSpan(AuditSpan auditSpan, InvocationRaisingIOE operation) Given an invocation, return a new invocation which activates and deactivates the span around the inner invocation.Methods in org.apache.hadoop.fs.store.audit with parameters of type InvocationRaisingIOEModifier and TypeMethodDescriptionstatic InvocationRaisingIOEAuditingFunctions.withinAuditSpan(AuditSpan auditSpan, InvocationRaisingIOE operation) Given an invocation, return a new invocation which activates and deactivates the span around the inner invocation.