| Package | Description |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.catalog.listener | |
| org.apache.flink.table.factories |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogModificationListener> |
CatalogManager.getCatalogModificationListeners() |
| Modifier and Type | Method and Description |
|---|---|
CatalogManager.Builder |
CatalogManager.Builder.catalogModificationListeners(List<CatalogModificationListener> catalogModificationListeners) |
| Modifier and Type | Method and Description |
|---|---|
CatalogModificationListener |
CatalogModificationListenerFactory.createListener(CatalogModificationListenerFactory.Context context)
Creates and configures a
CatalogModificationListener using the given context. |
| Modifier and Type | Method and Description |
|---|---|
static List<CatalogModificationListener> |
TableFactoryUtil.findCatalogModificationListenerList(org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader)
Find and create modification listener list from configuration.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.