Modifier and Type | Method and Description |
---|---|
EnvironmentSettings |
EnvironmentSettings.Builder.build()
Returns an immutable instance of
EnvironmentSettings . |
Modifier and Type | Method and Description |
---|---|
static TableEnvironment |
TableEnvironment.create(EnvironmentSettings settings)
Creates a table environment that is the entry point and central context for creating Table
and SQL API programs.
|
Modifier and Type | Method and Description |
---|---|
static StreamTableEnvironment |
StreamTableEnvironment.create(StreamExecutionEnvironment executionEnvironment,
EnvironmentSettings settings)
Creates a table environment that is the entry point and central context for creating Table
and SQL API programs that integrate with the Java-specific
DataStream API. |
Modifier and Type | Method and Description |
---|---|
static StreamTableEnvironment |
StreamTableEnvironmentImpl.create(StreamExecutionEnvironment executionEnvironment,
EnvironmentSettings settings,
TableConfig tableConfig) |
Modifier and Type | Method and Description |
---|---|
static TableEnvironmentImpl |
TableEnvironmentImpl.create(EnvironmentSettings settings) |
Modifier and Type | Method and Description |
---|---|
EnvironmentSettings |
ExecutionEntry.getEnvironmentSettings() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.