feature(web): 增加 hdfs 路径补全
This commit is contained in:
@@ -105,4 +105,13 @@ public interface InfoService {
|
||||
|
||||
@Get("/non_exists_table")
|
||||
Boolean nonExistsTable(@Query("flink_job_id") Long flinkJobId, @Query("alias") String alias);
|
||||
|
||||
@Get("/all_flink_job_id")
|
||||
ImmutableList<Long> allFlinkJobId();
|
||||
|
||||
@Get("/all_alias")
|
||||
ImmutableList<String> allAlias();
|
||||
|
||||
@Get("/all_hdfs")
|
||||
ImmutableList<String> allHdfs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user