Uses of Interface
org.apache.hadoop.yarn.client.api.async.NMClientAsync.CallbackHandler
Packages that use NMClientAsync.CallbackHandler
Package
Description
-
Uses of NMClientAsync.CallbackHandler in org.apache.hadoop.yarn.client.api.async
Classes in org.apache.hadoop.yarn.client.api.async that implement NMClientAsync.CallbackHandlerModifier and TypeClassDescriptionstatic classThe callback abstract class.Fields in org.apache.hadoop.yarn.client.api.async declared as NMClientAsync.CallbackHandlerModifier and TypeFieldDescriptionprotected NMClientAsync.CallbackHandlerNMClientAsync.callbackHandlerMethods in org.apache.hadoop.yarn.client.api.async that return NMClientAsync.CallbackHandlerMethods in org.apache.hadoop.yarn.client.api.async with parameters of type NMClientAsync.CallbackHandlerModifier and TypeMethodDescriptionstatic NMClientAsyncNMClientAsync.createNMClientAsync(NMClientAsync.CallbackHandler callbackHandler) Deprecated.voidNMClientAsync.setCallbackHandler(NMClientAsync.CallbackHandler callbackHandler) Constructors in org.apache.hadoop.yarn.client.api.async with parameters of type NMClientAsync.CallbackHandlerModifierConstructorDescriptionprotectedNMClientAsync(String name, NMClientAsync.CallbackHandler callbackHandler) Deprecated.UseNMClientAsync(String, AbstractCallbackHandler)instead.protectedNMClientAsync(String name, NMClient client, NMClientAsync.CallbackHandler callbackHandler) Deprecated.protectedNMClientAsync(NMClientAsync.CallbackHandler callbackHandler) Deprecated.UseNMClientAsync(AbstractCallbackHandler)instead. -
Uses of NMClientAsync.CallbackHandler in org.apache.hadoop.yarn.client.api.async.impl
Constructors in org.apache.hadoop.yarn.client.api.async.impl with parameters of type NMClientAsync.CallbackHandlerModifierConstructorDescriptionNMClientAsyncImpl(String name, NMClientAsync.CallbackHandler callbackHandler) Deprecated.protectedNMClientAsyncImpl(String name, NMClient client, NMClientAsync.CallbackHandler callbackHandler) Deprecated.NMClientAsyncImpl(NMClientAsync.CallbackHandler callbackHandler) Deprecated.
NMClientAsync.createNMClientAsync(AbstractCallbackHandler)instead.