Uses of Class
org.apache.hadoop.yarn.client.api.AMRMClient
Packages that use AMRMClient
Package
Description
-
Uses of AMRMClient in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return AMRMClientModifier and TypeMethodDescriptionstatic <T extends AMRMClient.ContainerRequest>
AMRMClient<T>AMRMClient.createAMRMClient()Create a new instance of AMRMClient. -
Uses of AMRMClient in org.apache.hadoop.yarn.client.api.async
Fields in org.apache.hadoop.yarn.client.api.async declared as AMRMClientMethods in org.apache.hadoop.yarn.client.api.async with parameters of type AMRMClientModifier and TypeMethodDescriptionstatic <T extends AMRMClient.ContainerRequest>
AMRMClientAsync<T>AMRMClientAsync.createAMRMClientAsync(AMRMClient<T> client, int intervalMs, AMRMClientAsync.AbstractCallbackHandler callbackHandler) Create a new instance of AMRMClientAsync.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 AMRMClientModifierConstructorDescriptionprotectedAMRMClientAsync(AMRMClient<T> client, int intervalMs, AMRMClientAsync.AbstractCallbackHandler callbackHandler) protectedAMRMClientAsync(AMRMClient<T> client, int intervalMs, AMRMClientAsync.CallbackHandler callbackHandler) Deprecated. -
Uses of AMRMClient in org.apache.hadoop.yarn.client.api.async.impl
Constructors in org.apache.hadoop.yarn.client.api.async.impl with parameters of type AMRMClientModifierConstructorDescriptionAMRMClientAsyncImpl(AMRMClient<T> client, int intervalMs, AMRMClientAsync.AbstractCallbackHandler callbackHandler) AMRMClientAsyncImpl(AMRMClient<T> client, int intervalMs, AMRMClientAsync.CallbackHandler callbackHandler) Deprecated. -
Uses of AMRMClient in org.apache.hadoop.yarn.client.api.impl
Subclasses of AMRMClient in org.apache.hadoop.yarn.client.api.impl
AMRMClientAsync.createAMRMClientAsync(AMRMClient, int, AMRMClientAsync.AbstractCallbackHandler)instead.