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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContinuousRefreshHandler(String executionTarget, String clusterId, String jobId)
ContinuousRefreshHandler(String executionTarget, String clusterId, String jobId, String restorePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asSummaryString()
Returns a string that summarizes this refresh handler meta information for printing to a console or log.String
getClusterId()
String
getExecutionTarget()
String
getJobId()
Optional<String>
getRestorePath()
-
-
-
Method Detail
-
getExecutionTarget
public String getExecutionTarget()
-
getJobId
public String getJobId()
-
getClusterId
public String getClusterId()
-
asSummaryString
public String asSummaryString()
Description copied from interface:RefreshHandler
Returns a string that summarizes this refresh handler meta information for printing to a console or log.- Specified by:
asSummaryString
in interfaceRefreshHandler
-
-