Uses of Interface
org.apache.flink.table.workflow.CreateRefreshWorkflow
Packages that use CreateRefreshWorkflow
-
Uses of CreateRefreshWorkflow in org.apache.flink.table.workflow
Classes in org.apache.flink.table.workflow that implement CreateRefreshWorkflowModifier and TypeClassDescriptionclassCreateRefreshWorkflowprovides the related information to create periodic refresh workflow ofCatalogMaterializedTable.Methods in org.apache.flink.table.workflow with parameters of type CreateRefreshWorkflowModifier and TypeMethodDescriptionWorkflowScheduler.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.