Uses of Interface
org.apache.hadoop.hdfs.server.federation.router.async.utils.FinallyFunction
Packages that use FinallyFunction
Package
Description
This package contains classes that facilitate asynchronous operations within the Hadoop
Distributed File System (HDFS) Federation router.
-
Uses of FinallyFunction in org.apache.hadoop.hdfs.server.federation.router.async.utils
Methods in org.apache.hadoop.hdfs.server.federation.router.async.utils with parameters of type FinallyFunctionModifier and TypeMethodDescriptionstatic <R> voidAsyncUtil.asyncFinally(FinallyFunction<R> function) Executes a final action after an asynchronous operation completes, regardless of whether the operation was successful or resulted in an exception.