public class ExecutionContext.EnvironmentInstance extends Object
ExecutionEnvironment and StreamExecutionEnvironment cannot be reused
across multiple queries because they are stateful. This class abstracts execution
environments and table environments.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.jobgraph.JobGraph |
createJobGraph(String name) |
org.apache.flink.api.common.ExecutionConfig |
getExecutionConfig() |
org.apache.flink.api.java.ExecutionEnvironment |
getExecutionEnvironment() |
org.apache.flink.table.api.QueryConfig |
getQueryConfig() |
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment |
getStreamExecutionEnvironment() |
org.apache.flink.table.api.TableEnvironment |
getTableEnvironment() |
public org.apache.flink.table.api.QueryConfig getQueryConfig()
public org.apache.flink.api.java.ExecutionEnvironment getExecutionEnvironment()
public org.apache.flink.streaming.api.environment.StreamExecutionEnvironment getStreamExecutionEnvironment()
public org.apache.flink.table.api.TableEnvironment getTableEnvironment()
public org.apache.flink.api.common.ExecutionConfig getExecutionConfig()
public org.apache.flink.runtime.jobgraph.JobGraph createJobGraph(String name)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.