Interface CreateModelEvent

All Superinterfaces:
CatalogModificationEvent

@PublicEvolving public interface CreateModelEvent extends CatalogModificationEvent
When a model is created, a CreateModelEvent event will be created and fired.
  • Method Summary

    Modifier and Type
    Method
    Description
    createEvent(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.ObjectIdentifier
     
    boolean
     
    boolean
     
    org.apache.flink.table.catalog.CatalogModel
     

    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)