| Class | Description |
|---|---|
| ExecutionConfigOptions |
This class holds configuration constants used by Flink's table module.
|
| OptimizerConfigOptions |
This class holds configuration constants used by Flink's table planner module.
|
| TableConfigOptions |
This class holds
ConfigOptions used by table planner. |
| Enum | Description |
|---|---|
| ExecutionConfigOptions.AsyncOutputMode |
Output mode for asynchronous operations, equivalent to
AsyncDataStream.OutputMode. |
| ExecutionConfigOptions.LegacyCastBehaviour | Deprecated |
| ExecutionConfigOptions.NotNullEnforcer |
The enforcer to guarantee NOT NULL column constraint when writing data into sink.
|
| ExecutionConfigOptions.SinkKeyedShuffle |
Shuffle by primary key before sink.
|
| ExecutionConfigOptions.TypeLengthEnforcer |
The enforcer to guarantee that length of CHAR/VARCHAR/BINARY/VARBINARY columns is respected
when writing data into a sink.
|
| ExecutionConfigOptions.UidGeneration |
Strategy for generating transformation UIDs for remapping state to operators during restore.
|
| ExecutionConfigOptions.UpsertMaterialize |
Upsert materialize strategy before sink.
|
| OptimizerConfigOptions.NonDeterministicUpdateStrategy |
Strategy for handling non-deterministic updates.
|
| TableConfigOptions.CatalogPlanCompilation |
Strategy to compile
Catalog objects into a plan. |
| TableConfigOptions.CatalogPlanRestore |
Strategy to restore
Catalog objects using the plan and lookups if necessary. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.