| AlterModelEvent |
When a model is altered, a AlterModelEvent event will be created and fired.
|
| AlterTableEvent |
When a table is altered, a AlterTableEvent event will be created and fired.
|
| CatalogContext |
Context for catalog which provides the name, factory identifier and configuration to identify the
same physical catalog for different logical catalog.
|
| CatalogModificationEvent |
The basic interface for catalog modification event, all database and table related events are
implements this interface.
|
| CatalogModificationListener |
A listener that is notified on specific catalog changed in catalog manager.
|
| CatalogModificationListenerFactory.Context |
Context provided when a listener is created.
|
| CreateDatabaseEvent |
|
| CreateModelEvent |
|
| CreateTableEvent |
|
| DatabaseModificationEvent |
Basic event for database modification such as create, alter and drop, it has the database name
and CatalogDatabase.
|
| DropModelEvent |
When a model is dropped, a DropModelEvent event will be created and fired.
|
| DropTableEvent |
When a table is dropped, a DropTableEvent event will be created and fired.
|
| ModelModificationEvent |
Basic event for model modification such as create, alter and drop.
|
| TableModificationEvent |
Base table event, provides column list, primary keys, partition keys, watermarks and properties
in CatalogBaseTable.
|