Interface CreateModelEvent
- All Superinterfaces:
CatalogModificationEvent
When a model is created, a
CreateModelEvent event will be created and fired.-
Method Summary
Modifier and TypeMethodDescriptionstatic CreateModelEventcreateEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogModel model, boolean ignoreIfExists, boolean isTemporary) org.apache.flink.table.catalog.ObjectIdentifierbooleanbooleanorg.apache.flink.table.catalog.CatalogModelmodel()Methods inherited from interface org.apache.flink.table.catalog.listener.CatalogModificationEvent
context
-
Method Details
-
identifier
org.apache.flink.table.catalog.ObjectIdentifier identifier() -
model
org.apache.flink.table.catalog.CatalogModel model() -
ignoreIfExists
boolean ignoreIfExists() -
isTemporary
boolean isTemporary() -
createEvent
static CreateModelEvent createEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogModel model, boolean ignoreIfExists, boolean isTemporary)
-