| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.api.internal |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSettings |
EnvironmentSettings.Builder.build()
Returns an immutable instance of
EnvironmentSettings. |
static EnvironmentSettings |
EnvironmentSettings.fromConfiguration(org.apache.flink.configuration.ReadableConfig configuration)
Deprecated.
|
static EnvironmentSettings |
EnvironmentSettings.inBatchMode()
Creates a default instance of
EnvironmentSettings in batch execution mode. |
static EnvironmentSettings |
EnvironmentSettings.inStreamingMode()
Creates a default instance of
EnvironmentSettings in streaming execution mode. |
| 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 TableEnvironmentImpl |
TableEnvironmentImpl.create(EnvironmentSettings settings) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.