Package org.apache.flink.yarn
Interface YarnNodeManagerClientFactory
-
- All Known Implementing Classes:
DefaultYarnNodeManagerClientFactory
public interface YarnNodeManagerClientFactoryFactory interface forNMClientAsync.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.hadoop.yarn.client.api.async.NMClientAsynccreateNodeManagerClient(org.apache.hadoop.yarn.client.api.async.NMClientAsync.CallbackHandler callbackHandler)Create YARN NodeManager client with the given callback handler.
-
-
-
Method Detail
-
createNodeManagerClient
org.apache.hadoop.yarn.client.api.async.NMClientAsync createNodeManagerClient(org.apache.hadoop.yarn.client.api.async.NMClientAsync.CallbackHandler callbackHandler)
Create YARN NodeManager client with the given callback handler.- Parameters:
callbackHandler- which handles the events from YARN NodeManager.- Returns:
- a
NMClientAsyncinstance.
-
-