public class SimpleYarnJobProxyFactory extends java.lang.Object implements JobProxyFactory
AbstractJobProxy.fromFactory(JobsResourceConfig)
Constructor and Description |
---|
SimpleYarnJobProxyFactory() |
Modifier and Type | Method and Description |
---|---|
JobProxy |
getJobProxy(JobsResourceConfig config)
Creates a new
JobProxy and initializes it with the specified config. |
public JobProxy getJobProxy(JobsResourceConfig config)
JobProxyFactory
JobProxy
and initializes it with the specified config.getJobProxy
in interface JobProxyFactory
config
- the JobsResourceConfig
to pass to the proxy.