Class ContinuousRefreshHandler

    • Constructor Detail

      • ContinuousRefreshHandler

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

        public ContinuousRefreshHandler​(String executionTarget,
                                        String clusterId,
                                        String jobId,
                                        String restorePath)
    • 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 interface RefreshHandler