Uses of Interface
org.apache.flink.table.workflow.RefreshWorkflow
-
Packages that use RefreshWorkflow Package Description org.apache.flink.table.workflow -
-
Uses of RefreshWorkflow in org.apache.flink.table.workflow
Subinterfaces of RefreshWorkflow in org.apache.flink.table.workflow Modifier and Type Interface Description interfaceCreateRefreshWorkflowCreateRefreshWorkflowprovides the related information to create refresh workflow ofCatalogMaterializedTable.interfaceModifyRefreshWorkflow<T extends RefreshHandler>ModifyRefreshWorkflowprovides the related information to modify refresh workflow ofCatalogMaterializedTable.Classes in org.apache.flink.table.workflow that implement RefreshWorkflow Modifier and Type Class Description classCreatePeriodicRefreshWorkflowCreateRefreshWorkflowprovides the related information to create periodic refresh workflow ofCatalogMaterializedTable.classDeleteRefreshWorkflow<T extends RefreshHandler>DeleteRefreshWorkflowprovides the related information to delete refresh workflow ofCatalogMaterializedTable.classResumeRefreshWorkflow<T extends RefreshHandler>ModifyRefreshWorkflowprovides the related information to resume refresh workflow ofCatalogMaterializedTable.classSuspendRefreshWorkflow<T extends RefreshHandler>ModifyRefreshWorkflowprovides the related information to suspend refresh workflow ofCatalogMaterializedTable.
-