mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
[Bugfix]修复函数映射错误(#842)
This commit is contained in:
@@ -55,7 +55,7 @@ import static com.xiaojukeji.know.streaming.km.common.bean.entity.result.ResultS
|
|||||||
public class ConnectorMetricServiceImpl extends BaseConnectorMetricService implements ConnectorMetricService {
|
public class ConnectorMetricServiceImpl extends BaseConnectorMetricService implements ConnectorMetricService {
|
||||||
protected static final ILog LOGGER = LogFactory.getLog(ConnectorMetricServiceImpl.class);
|
protected static final ILog LOGGER = LogFactory.getLog(ConnectorMetricServiceImpl.class);
|
||||||
|
|
||||||
public static final String CONNECTOR_METHOD_DO_NOTHING = "getConnectWorkerMetricSum";
|
public static final String CONNECTOR_METHOD_DO_NOTHING = "doNothing";
|
||||||
|
|
||||||
public static final String CONNECTOR_METHOD_GET_CONNECT_WORKER_METRIC_SUM = "getConnectWorkerMetricSum";
|
public static final String CONNECTOR_METHOD_GET_CONNECT_WORKER_METRIC_SUM = "getConnectWorkerMetricSum";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user