Interface CreateTableEvent
-
- All Superinterfaces:
CatalogModificationEvent,TableModificationEvent
@PublicEvolving public interface CreateTableEvent extends TableModificationEvent
When a table is created, aCreateTableEventevent will be created and fired.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CreateTableEventcreateEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable table, boolean ignoreIfExists, boolean isTemporary)booleanignoreIfExists()-
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
-
ignoreIfExists
boolean ignoreIfExists()
-
createEvent
static CreateTableEvent createEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable table, boolean ignoreIfExists, boolean isTemporary)
-
-