| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.module |
| Modifier and Type | Method and Description |
|---|---|
default Module |
ModuleFactory.createModule(Map<String,String> properties)
Deprecated.
Use
ModuleFactory.createModule(Context) instead and implement Factory instead
of TableFactory. |
default Module |
ModuleFactory.createModule(ModuleFactory.Context context)
Creates and configures a
Module. |
static Module |
FactoryUtil.createModule(String moduleName,
Map<String,String> options,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader)
Discovers a matching module factory and creates an instance of it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoreModule
Module of default core metadata in Flink.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
CoreModuleFactory.createModule(ModuleFactory.Context context) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.