Package com.dianping.cat.report.task.alert

Examples of com.dianping.cat.report.task.alert.AlertType


    return false;
  }

  private String generateTypeStr(String type) {
    AlertType typeByName = AlertType.getTypeByName(type);

    switch (typeByName) {
    case Business:
      return "业务告警";
    case Network:
View Full Code Here

TOP

Related Classes of com.dianping.cat.report.task.alert.AlertType

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.