@Internal public class YarnJobClusterExecutorFactory extends Object implements org.apache.flink.core.execution.PipelineExecutorFactory
PipelineExecutorFactory for executing jobs on dedicated (per-job) clusters.| Constructor and Description |
|---|
YarnJobClusterExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.execution.PipelineExecutor |
getExecutor(org.apache.flink.configuration.Configuration configuration) |
String |
getName() |
boolean |
isCompatibleWith(org.apache.flink.configuration.Configuration configuration) |
public String getName()
getName in interface org.apache.flink.core.execution.PipelineExecutorFactorypublic boolean isCompatibleWith(@Nonnull org.apache.flink.configuration.Configuration configuration)
isCompatibleWith in interface org.apache.flink.core.execution.PipelineExecutorFactorypublic org.apache.flink.core.execution.PipelineExecutor getExecutor(@Nonnull org.apache.flink.configuration.Configuration configuration)
getExecutor in interface org.apache.flink.core.execution.PipelineExecutorFactoryCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.