Interface DropTableEvent
-
- All Superinterfaces:
CatalogModificationEvent,TableModificationEvent
@PublicEvolving public interface DropTableEvent extends TableModificationEvent
When a table is dropped, aDropTableEventevent will be created and fired.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DropTableEventcreateEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable table, boolean ignoreIfNotExists, boolean isTemporary)booleanignoreIfNotExists()-
Methods inherited from interface org.apache.flink.table.catalog.listener.CatalogModificationEvent
context
-
Methods inherited from interface org.apache.flink.table.catalog.listener.TableModificationEvent
identifier, isTemporary, table
-
-
-
-
Method Detail
-
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)
-
-