Uses of Package
org.apache.hadoop.yarn.client.api.async
Packages that use org.apache.hadoop.yarn.client.api.async
Package
Description
-
Classes in org.apache.hadoop.yarn.client.api.async used by org.apache.hadoop.yarn.client.api.asyncClassDescription
AMRMClientAsynchandles communication with the ResourceManager and provides asynchronous updates on events such as container allocations and completions.The callback abstract class.Deprecated.NMClientAsynchandles communication with all the NodeManagers and provides asynchronous updates on getting responses from them.The callback abstract class.Deprecated.UseNMClientAsync.AbstractCallbackHandlerinstead. -
Classes in org.apache.hadoop.yarn.client.api.async used by org.apache.hadoop.yarn.client.api.async.implClassDescription
AMRMClientAsynchandles communication with the ResourceManager and provides asynchronous updates on events such as container allocations and completions.The callback abstract class.Deprecated.UseAMRMClientAsync.AbstractCallbackHandlerinstead.NMClientAsynchandles communication with all the NodeManagers and provides asynchronous updates on getting responses from them.The callback abstract class.Deprecated.UseNMClientAsync.AbstractCallbackHandlerinstead.
AMRMClientAsync.AbstractCallbackHandlerinstead.