Uses of Package
org.apache.flink.table.catalog.listener
Packages that use org.apache.flink.table.catalog.listener
Package
Description
-
Classes in org.apache.flink.table.catalog.listener used by org.apache.flink.table.catalogClassDescriptionA listener that is notified on specific catalog changed in catalog manager.
-
Classes in org.apache.flink.table.catalog.listener used by org.apache.flink.table.catalog.listenerClassDescriptionWhen a model is altered, a
AlterModelEventevent will be created and fired.When a table is altered, aAlterTableEventevent will be created and fired.Context for catalog which provides the name, factory identifier and configuration to identify the same physical catalog for different logical catalog.The basic interface for catalog modification event, all database and table related events are implements this interface.A listener that is notified on specific catalog changed in catalog manager.Context provided when a listener is created.When a database is created, aCreateDatabaseEventevent will be created and fired.When a model is created, aCreateModelEventevent will be created and fired.When a table is created, aCreateTableEventevent will be created and fired.Basic event for database modification such as create, alter and drop, it has the database name andCatalogDatabase.When a model is dropped, aDropModelEventevent will be created and fired.When a table is dropped, aDropTableEventevent will be created and fired.Base table event, provides column list, primary keys, partition keys, watermarks and properties in CatalogBaseTable. -
Classes in org.apache.flink.table.catalog.listener used by org.apache.flink.table.factoriesClassDescriptionA listener that is notified on specific catalog changed in catalog manager.