Uses of Package
org.apache.hadoop.hdfs.server.federation.router.async.utils
Packages that use org.apache.hadoop.hdfs.server.federation.router.async.utils
Package
Description
This package contains the implementation of the Protocol Buffers
protocols related to HDFS Router.
This package contains classes that facilitate asynchronous operations within the Hadoop
Distributed File System (HDFS) Federation router.
-
Classes in org.apache.hadoop.hdfs.server.federation.router.async.utils used by org.apache.hadoop.hdfs.protocolPBClassDescriptionRepresents a function that accepts a value of type T and produces a result of type R.
-
Classes in org.apache.hadoop.hdfs.server.federation.router.async.utils used by org.apache.hadoop.hdfs.server.federation.router.async.utilsClassDescriptionRepresents a function that accepts a value of type T and produces a result of type R.An interface for asynchronous operations, providing utility methods and constants related to asynchronous computations.The AsyncApplyFunction interface represents a function that asynchronously accepts a value of type T and produces a result of type R.The
AsyncBiFunctioninterface represents a bi-function that asynchronously accepts two arguments and produces a result.The AsyncForEachRun class is part of the asynchronous operation utilities within the Hadoop Distributed File System (HDFS) Federation router.The AsyncRun interface represents an asynchronous operation that can be executed in the context of the Hadoop Distributed File System (HDFS) Federation router.TheCatchFunctioninterface represents a function that handles exceptions occurring within an asynchronous operation.TheFinallyFunctioninterface represents a function that is used to perform final actions after an asynchronous operation completes, regardless of whether the operation was successful or resulted in an exception.