类 MonitorKeyMatcher


  • public class MonitorKeyMatcher
    extends java.lang.Object
    MatchMode.
    版本:
    $Id: MatchMode.java, v 0.1 2021年01月22日 12:38 PM liuzunfei Exp $
    作者:
    liuzunfei
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static boolean match​(java.lang.String pattern, java.lang.String monitorKey)
      if provided monitor key match this monitor.
      static boolean matchWithType​(java.lang.String pattern, java.lang.String monitorKey)
      if provided monitor key match this monitor ,with monitor type.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • MonitorKeyMatcher

        public MonitorKeyMatcher()
    • 方法详细资料

      • 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.