Uses of Interface
org.apache.flink.table.workflow.CreateRefreshWorkflow
-
Packages that use CreateRefreshWorkflow Package Description org.apache.flink.table.workflow -
-
Uses of CreateRefreshWorkflow in org.apache.flink.table.workflow
Classes in org.apache.flink.table.workflow that implement CreateRefreshWorkflow Modifier and Type Class Description classCreatePeriodicRefreshWorkflowCreateRefreshWorkflowprovides the related information to create periodic refresh workflow ofCatalogMaterializedTable.Methods in org.apache.flink.table.workflow with parameters of type CreateRefreshWorkflow Modifier and Type Method Description TWorkflowScheduler. createRefreshWorkflow(CreateRefreshWorkflow createRefreshWorkflow)Create a refresh workflow in specific scheduler service for the materialized table, return aRefreshHandlerinstance which can locate the refresh workflow detail information.
-