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 |
---|---|
JobGraph |
createJobGraph(String name) |
ExecutionConfig |
getExecutionConfig() |
ExecutionEnvironment |
getExecutionEnvironment() |
QueryConfig |
getQueryConfig() |
StreamExecutionEnvironment |
getStreamExecutionEnvironment() |
org.apache.flink.table.api.TableEnvironment |
getTableEnvironment() |
public QueryConfig getQueryConfig()
public ExecutionEnvironment getExecutionEnvironment()
public StreamExecutionEnvironment getStreamExecutionEnvironment()
public org.apache.flink.table.api.TableEnvironment getTableEnvironment()
public ExecutionConfig getExecutionConfig()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.