feature(yarn-query,web): 新增 yarn 多集群查询
可以联合或单独查询 yarn 集群,并且聚合过滤排序等数据筛选内容
This commit is contained in:
@@ -9,5 +9,5 @@ import com.dtflys.forest.annotation.BaseRequest;
|
||||
* @date 2023-04-21
|
||||
*/
|
||||
@BaseRequest(baseURL = "http://service-yarn-query-b1e11")
|
||||
public interface CompactionYarnService extends YarnService {
|
||||
public interface YarnB1Service extends YarnService {
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
package com.lanyuanxiaoyao.service.forest.service;
|
||||
|
||||
import com.dtflys.forest.annotation.BaseRequest;
|
||||
|
||||
/**
|
||||
* Yarn 信息
|
||||
*
|
||||
* @author lanyuanxiaoyao
|
||||
* @date 2023-04-21
|
||||
*/
|
||||
@BaseRequest(baseURL = "http://service-yarn-query-b4")
|
||||
public interface YarnB4Service extends YarnService {
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
package com.lanyuanxiaoyao.service.forest.service;
|
||||
|
||||
import com.dtflys.forest.annotation.BaseRequest;
|
||||
|
||||
/**
|
||||
* Yarn 信息
|
||||
*
|
||||
* @author lanyuanxiaoyao
|
||||
* @date 2023-04-21
|
||||
*/
|
||||
@BaseRequest(baseURL = "http://service-yarn-query-b5")
|
||||
public interface YarnB5Service extends YarnService {
|
||||
}
|
||||
@@ -9,5 +9,5 @@ import com.dtflys.forest.annotation.BaseRequest;
|
||||
* @date 2023-04-21
|
||||
*/
|
||||
@BaseRequest(baseURL = "http://service-yarn-query-b2s119")
|
||||
public interface SyncYarnService extends YarnService {
|
||||
public interface YarnB5SyncService extends YarnService {
|
||||
}
|
||||
Reference in New Issue
Block a user