Package org.apache.flink.table.module
Class CommonModuleOptions
- java.lang.Object
-
- org.apache.flink.table.module.CommonModuleOptions
-
@Internal public class CommonModuleOptions extends Object
A collection ofConfigOption
which are consistently used in multiple modules.
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigOption<String>
MODULE_TYPE
Deprecated.This is only required for the legacy factory stack
-
Constructor Summary
Constructors Constructor Description CommonModuleOptions()
-
-
-
Field Detail
-
MODULE_TYPE
@Deprecated public static final ConfigOption<String> MODULE_TYPE
Deprecated.This is only required for the legacy factory stackConfigOption
which is used during module discovery to match it againstFactory.factoryIdentifier()
.
-
-