Package org.apache.flink.table.workflow
Interface ModifyRefreshWorkflow<T extends RefreshHandler>
-
- Type Parameters:
T- The type ofRefreshHandlerused by specificWorkflowSchedulerto locate the refresh workflow in scheduler service.
- All Superinterfaces:
RefreshWorkflow
- All Known Implementing Classes:
ResumeRefreshWorkflow,SuspendRefreshWorkflow
@PublicEvolving public interface ModifyRefreshWorkflow<T extends RefreshHandler> extends RefreshWorkflow
ModifyRefreshWorkflowprovides the related information to modify refresh workflow ofCatalogMaterializedTable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetRefreshHandler()ReturnRefreshHandlerfrom correspondingWorkflowSchedulerwhich provides meta info to points to the refresh workflow in scheduler service.
-
-
-
Method Detail
-
getRefreshHandler
T getRefreshHandler()
ReturnRefreshHandlerfrom correspondingWorkflowSchedulerwhich provides meta info to points to the refresh workflow in scheduler service.
-
-