mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
[Feature]MM2管理-采集MM2指标任务(#894)
This commit is contained in:
@@ -45,4 +45,14 @@ public class KSConnector implements Serializable {
|
||||
* 状态
|
||||
*/
|
||||
private String state;
|
||||
|
||||
/**
|
||||
* 心跳检测connector名称
|
||||
*/
|
||||
private String heartbeatConnectorName;
|
||||
|
||||
/**
|
||||
* 进度确认connector名称
|
||||
*/
|
||||
private String checkpointConnectorName;
|
||||
}
|
||||
|
||||
@@ -47,4 +47,14 @@ public class ConnectorPO extends BasePO {
|
||||
* 状态
|
||||
*/
|
||||
private String state;
|
||||
|
||||
/**
|
||||
* 心跳检测connector
|
||||
*/
|
||||
private String heartbeatConnectorName;
|
||||
|
||||
/**
|
||||
* 进度确认connector
|
||||
*/
|
||||
private String checkpointConnectorName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user