Uses of Interface
org.apache.hadoop.hdfs.server.federation.router.async.utils.AsyncRun
Packages that use AsyncRun
Package
Description
This package contains classes that facilitate asynchronous operations within the Hadoop
Distributed File System (HDFS) Federation router.
-
Uses of AsyncRun in org.apache.hadoop.hdfs.server.federation.router.async.utils
Classes in org.apache.hadoop.hdfs.server.federation.router.async.utils that implement AsyncRunModifier and TypeClassDescriptionclassAsyncForEachRun<I,R> The AsyncForEachRun class is part of the asynchronous operation utilities within the Hadoop Distributed File System (HDFS) Federation router.Methods in org.apache.hadoop.hdfs.server.federation.router.async.utils with parameters of type AsyncRunModifier and TypeMethodDescriptionstatic <R> voidAttempts to execute an asynchronous task defined by the providedAsyncRunand associates it with the current thread'sCompletableFuture.