Uses of Class
org.apache.hadoop.yarn.client.api.NMClient
Packages that use NMClient
Package
Description
-
Uses of NMClient in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return NMClientModifier and TypeMethodDescriptionstatic NMClientNMClient.createNMClient()Create a new instance of NMClient.static NMClientNMClient.createNMClient(String name) Create a new instance of NMClient. -
Uses of NMClient in org.apache.hadoop.yarn.client.api.async
Fields in org.apache.hadoop.yarn.client.api.async declared as NMClientMethods in org.apache.hadoop.yarn.client.api.async that return NMClientMethods in org.apache.hadoop.yarn.client.api.async with parameters of type NMClientConstructors in org.apache.hadoop.yarn.client.api.async with parameters of type NMClientModifierConstructorDescriptionprotectedNMClientAsync(String name, NMClient client, NMClientAsync.AbstractCallbackHandler callbackHandler) protectedNMClientAsync(String name, NMClient client, NMClientAsync.CallbackHandler callbackHandler) Deprecated. -
Uses of NMClient in org.apache.hadoop.yarn.client.api.async.impl
Constructors in org.apache.hadoop.yarn.client.api.async.impl with parameters of type NMClientModifierConstructorDescriptionprotectedNMClientAsyncImpl(String name, NMClient client, NMClientAsync.AbstractCallbackHandler callbackHandler) protectedNMClientAsyncImpl(String name, NMClient client, NMClientAsync.CallbackHandler callbackHandler) Deprecated. -
Uses of NMClient in org.apache.hadoop.yarn.client.api.impl
Subclasses of NMClient in org.apache.hadoop.yarn.client.api.impl