Class KubernetesSessionClusterExecutorFactory
java.lang.Object
org.apache.flink.kubernetes.executors.KubernetesSessionClusterExecutorFactory
- All Implemented Interfaces:
org.apache.flink.core.execution.PipelineExecutorFactory
@Internal
public class KubernetesSessionClusterExecutorFactory
extends Object
implements org.apache.flink.core.execution.PipelineExecutorFactory
An
PipelineExecutorFactory for executing jobs on an existing (session) cluster.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.core.execution.PipelineExecutorgetExecutor(org.apache.flink.configuration.Configuration configuration) getName()booleanisCompatibleWith(org.apache.flink.configuration.Configuration configuration)
-
Constructor Details
-
KubernetesSessionClusterExecutorFactory
public KubernetesSessionClusterExecutorFactory()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-
isCompatibleWith
public boolean isCompatibleWith(@Nonnull org.apache.flink.configuration.Configuration configuration) - Specified by:
isCompatibleWithin interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-
getExecutor
public org.apache.flink.core.execution.PipelineExecutor getExecutor(@Nonnull org.apache.flink.configuration.Configuration configuration) - Specified by:
getExecutorin interfaceorg.apache.flink.core.execution.PipelineExecutorFactory
-