Package org.apache.flink.table.refresh
Class ContinuousRefreshHandler
java.lang.Object
org.apache.flink.table.refresh.ContinuousRefreshHandler
- All Implemented Interfaces:
Serializable,RefreshHandler
@Internal
public class ContinuousRefreshHandler
extends Object
implements RefreshHandler, Serializable
Embedded continuous refresh handler of Flink streaming job for materialized table.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContinuousRefreshHandler(String executionTarget, String clusterId, String jobId) ContinuousRefreshHandler(String executionTarget, String clusterId, String jobId, String restorePath) -
Method Summary
Modifier and TypeMethodDescriptionReturns a string that summarizes this refresh handler meta information for printing to a console or log.getJobId()
-
Constructor Details
-
ContinuousRefreshHandler
-
ContinuousRefreshHandler
-
-
Method Details
-
getExecutionTarget
-
getJobId
-
getClusterId
-
getRestorePath
-
asSummaryString
Description copied from interface:RefreshHandlerReturns a string that summarizes this refresh handler meta information for printing to a console or log.- Specified by:
asSummaryStringin interfaceRefreshHandler
-