类 MonitorKeyMatcher
- java.lang.Object
-
- com.alibaba.nacos.core.remote.control.MonitorKeyMatcher
-
public class MonitorKeyMatcher extends java.lang.ObjectMatchMode.- 版本:
- $Id: MatchMode.java, v 0.1 2021年01月22日 12:38 PM liuzunfei Exp $
- 作者:
- liuzunfei
-
-
构造器概要
构造器 构造器 说明 MonitorKeyMatcher()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static booleanmatch(java.lang.String pattern, java.lang.String monitorKey)if provided monitor key match this monitor.static booleanmatchWithType(java.lang.String pattern, java.lang.String monitorKey)if provided monitor key match this monitor ,with monitor type.
-
-
-
方法详细资料
-
matchWithType
public static boolean matchWithType(java.lang.String pattern, java.lang.String monitorKey)if provided monitor key match this monitor ,with monitor type.- 参数:
monitorKey- monitorKey.- 返回:
- type matched result.
-
match
public static boolean match(java.lang.String pattern, java.lang.String monitorKey)if provided monitor key match this monitor.- 参数:
monitorKey- monitorKey.- 返回:
- matched result.
-
-