Uses of Interface
org.apache.hadoop.hdfs.server.federation.router.async.utils.Async
Packages that use Async
Package
Description
This package contains classes that facilitate asynchronous operations within the Hadoop
Distributed File System (HDFS) Federation router.
-
Uses of Async in org.apache.hadoop.hdfs.server.federation.router.async.utils
Subinterfaces of Async in org.apache.hadoop.hdfs.server.federation.router.async.utilsModifier and TypeInterfaceDescriptioninterfaceApplyFunction<T,R> Represents a function that accepts a value of type T and produces a result of type R.interfaceAsyncApplyFunction<T,R> The AsyncApplyFunction interface represents a function that asynchronously accepts a value of type T and produces a result of type R.interfaceAsyncBiFunction<T,P, R> TheAsyncBiFunctioninterface represents a bi-function that asynchronously accepts two arguments and produces a result.interfaceAsyncCatchFunction<R,E extends Throwable> The AsyncCatchFunction interface represents a function that handles exceptions occurring within an asynchronous operation.interfaceAsyncRun<R>The AsyncRun interface represents an asynchronous operation that can be executed in the context of the Hadoop Distributed File System (HDFS) Federation router.interfaceCatchFunction<R,E extends Throwable> TheCatchFunctioninterface represents a function that handles exceptions occurring within an asynchronous operation.Classes in org.apache.hadoop.hdfs.server.federation.router.async.utils that implement AsyncModifier and TypeClassDescriptionclassAsyncForEachRun<I,R> The AsyncForEachRun class is part of the asynchronous operation utilities within the Hadoop Distributed File System (HDFS) Federation router.