Uses of Interface
org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.CallbackHandler
Packages that use AMRMClientAsync.CallbackHandler
Package
Description
-
Uses of AMRMClientAsync.CallbackHandler in org.apache.hadoop.yarn.client.api.async
Classes in org.apache.hadoop.yarn.client.api.async that implement AMRMClientAsync.CallbackHandlerModifier and TypeClassDescriptionstatic classThe callback abstract class.Fields in org.apache.hadoop.yarn.client.api.async declared as AMRMClientAsync.CallbackHandlerModifier and TypeFieldDescriptionprotected final AMRMClientAsync.CallbackHandlerAMRMClientAsync.handlerMethods in org.apache.hadoop.yarn.client.api.async with parameters of type AMRMClientAsync.CallbackHandlerModifier and TypeMethodDescriptionstatic <T extends AMRMClient.ContainerRequest>
AMRMClientAsync<T>AMRMClientAsync.createAMRMClientAsync(int intervalMs, AMRMClientAsync.CallbackHandler callbackHandler) Deprecated.static <T extends AMRMClient.ContainerRequest>
AMRMClientAsync<T>AMRMClientAsync.createAMRMClientAsync(AMRMClient<T> client, int intervalMs, AMRMClientAsync.CallbackHandler callbackHandler) Deprecated.Constructors in org.apache.hadoop.yarn.client.api.async with parameters of type AMRMClientAsync.CallbackHandlerModifierConstructorDescriptionprotectedAMRMClientAsync(int intervalMs, AMRMClientAsync.CallbackHandler callbackHandler) Deprecated.protectedAMRMClientAsync(AMRMClient<T> client, int intervalMs, AMRMClientAsync.CallbackHandler callbackHandler) Deprecated. -
Uses of AMRMClientAsync.CallbackHandler in org.apache.hadoop.yarn.client.api.async.impl
Constructors in org.apache.hadoop.yarn.client.api.async.impl with parameters of type AMRMClientAsync.CallbackHandlerModifierConstructorDescriptionAMRMClientAsyncImpl(int intervalMs, AMRMClientAsync.CallbackHandler callbackHandler) Deprecated.AMRMClientAsyncImpl(AMRMClient<T> client, int intervalMs, AMRMClientAsync.CallbackHandler callbackHandler) Deprecated.
AMRMClientAsync.createAMRMClientAsync(int, AMRMClientAsync.AbstractCallbackHandler)instead.