Uses of Class
org.apache.hadoop.yarn.client.api.AMRMClient
Packages that use AMRMClient
-
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 org.apache.hadoop.yarn.client.api.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 org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest>
AMRMClientAsync<T>AMRMClientAsync.createAMRMClientAsync(AMRMClient<T> client, int intervalMs, org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.AbstractCallbackHandler callbackHandler) Create a new instance of AMRMClientAsync.static <T extends org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest>
AMRMClientAsync<T>AMRMClientAsync.createAMRMClientAsync(AMRMClient<T> client, int intervalMs, org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.CallbackHandler callbackHandler) Deprecated.Constructors in org.apache.hadoop.yarn.client.api.async with parameters of type AMRMClientModifierConstructorDescriptionprotectedAMRMClientAsync(AMRMClient<T> client, int intervalMs, org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.AbstractCallbackHandler callbackHandler) protectedAMRMClientAsync(AMRMClient<T> client, int intervalMs, org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.CallbackHandler callbackHandler) Deprecated.
AMRMClientAsync.createAMRMClientAsync(AMRMClient, int, AMRMClientAsync.AbstractCallbackHandler)instead.