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 Details

    • ContinuousRefreshHandler

      public ContinuousRefreshHandler(String executionTarget, String clusterId, String jobId)
    • ContinuousRefreshHandler

      public ContinuousRefreshHandler(String executionTarget, String clusterId, String jobId, String restorePath)
  • Method Details

    • getExecutionTarget

      public String getExecutionTarget()
    • getJobId

      public String getJobId()
    • getClusterId

      public String getClusterId()
    • getRestorePath

      public Optional<String> getRestorePath()
    • 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 interface RefreshHandler