Package org.apache.flink.table.workflow
Interface RefreshWorkflow
- All Known Subinterfaces:
CreateRefreshWorkflow,ModifyRefreshWorkflow<T>
- All Known Implementing Classes:
CreatePeriodicRefreshWorkflow,DeleteRefreshWorkflow,ResumeRefreshWorkflow,SuspendRefreshWorkflow
@PublicEvolving
public interface RefreshWorkflow
RefreshWorkflow is the basic interface that provide the related information to operate
the refresh workflow of CatalogMaterializedTable, the operation of refresh workflow
include create, modify, drop, etc.