Interface DropTableEvent
- All Superinterfaces:
CatalogModificationEvent,TableModificationEvent
When a table is dropped, a
DropTableEvent event will be created and fired.-
Method Summary
Modifier and TypeMethodDescriptionstatic DropTableEventcreateEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable table, boolean ignoreIfNotExists, boolean isTemporary) booleanMethods inherited from interface org.apache.flink.table.catalog.listener.CatalogModificationEvent
contextMethods inherited from interface org.apache.flink.table.catalog.listener.TableModificationEvent
identifier, isTemporary, table
-
Method Details
-
ignoreIfNotExists
boolean ignoreIfNotExists() -
createEvent
static DropTableEvent createEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, @Nullable org.apache.flink.table.catalog.CatalogBaseTable table, boolean ignoreIfNotExists, boolean isTemporary)
-