feat(web): overview增加同步任务状态展示
This commit is contained in:
@@ -122,6 +122,9 @@ public interface InfoService {
|
||||
@Get("/info/non_exists_table_by_hdfs")
|
||||
Boolean nonExistsTableByHdfs(@Query("hdfs") String hdfs);
|
||||
|
||||
@Get("/info/all_flink_job_id_and_alias")
|
||||
ImmutableList<JobIdAndAlias> allFlinkJobIdAndAlias();
|
||||
|
||||
@Get("/info/all_flink_job_id")
|
||||
ImmutableList<Long> allFlinkJobId();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user