public class ExecutionContextEnvironment extends ExecutionEnvironmentImpl
ExecutionEnvironment that will be used in cases where the CLI client or testing
utilities create a ExecutionEnvironment that should be used when ExecutionEnvironment.getInstance() ()} is called.| Constructor and Description |
|---|
ExecutionContextEnvironment(org.apache.flink.core.execution.PipelineExecutorServiceLoader executorServiceLoader,
org.apache.flink.configuration.Configuration configuration,
ClassLoader userCodeClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
static void |
setAsContext(org.apache.flink.core.execution.PipelineExecutorServiceLoader executorServiceLoader,
org.apache.flink.configuration.Configuration clusterConfiguration,
ClassLoader userCodeClassLoader) |
static void |
unsetAsContext() |
addOperator, execute, fromSource, getCheckpointCfg, getConfiguration, getExecutionConfig, getExecutionMode, getParallelism, getStreamGraph, getTransformations, initializeContextEnvironment, newInstance, resetContextEnvironment, setExecutionMode, setParallelismpublic ExecutionContextEnvironment(org.apache.flink.core.execution.PipelineExecutorServiceLoader executorServiceLoader,
org.apache.flink.configuration.Configuration configuration,
ClassLoader userCodeClassLoader)
public static void setAsContext(org.apache.flink.core.execution.PipelineExecutorServiceLoader executorServiceLoader,
org.apache.flink.configuration.Configuration clusterConfiguration,
ClassLoader userCodeClassLoader)
public static void unsetAsContext()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.