Uses of Interface
org.apache.hadoop.hdfs.server.federation.router.async.utils.CatchFunction
Packages that use CatchFunction
Package
Description
This package contains classes that facilitate asynchronous operations within the Hadoop
Distributed File System (HDFS) Federation router.
-
Uses of CatchFunction in org.apache.hadoop.hdfs.server.federation.router.async.utils
Subinterfaces of CatchFunction in org.apache.hadoop.hdfs.server.federation.router.async.utilsModifier and TypeInterfaceDescriptioninterfaceAsyncCatchFunction<R,E extends Throwable> The AsyncCatchFunction interface represents a function that handles exceptions occurring within an asynchronous operation.Methods in org.apache.hadoop.hdfs.server.federation.router.async.utils with parameters of type CatchFunctionModifier and TypeMethodDescriptionstatic <R,E extends Throwable>
voidAsyncUtil.asyncCatch(CatchFunction<R, E> function, Class<E> eClass) Handles exceptions to a specified type that may occur during an asynchronous operation.