Package com.dianping.cat.home.rule.entity

Examples of com.dianping.cat.home.rule.entity.Rule


      return decorateConfigOnRead(configs);
    }
  }

  public Rule queryRule(String product, String metricKey) {
    Rule rule = m_config.getRules().get(metricKey);

    if (rule != null) {
      return copyRuleWithDeepCopyConditions(rule);
    } else {
      return buildDefaultRule(product, metricKey);
View Full Code Here

TOP

Related Classes of com.dianping.cat.home.rule.entity.Rule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.