Uses of Class
org.apache.hadoop.yarn.client.api.NMClient
Packages that use NMClient
-
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, org.apache.hadoop.yarn.client.api.async.NMClientAsync.AbstractCallbackHandler callbackHandler) protectedNMClientAsync(String name, NMClient client, org.apache.hadoop.yarn.client.api.async.NMClientAsync.CallbackHandler callbackHandler) Deprecated.