Package com.dianping.cat.report.page.top.TopMetric

Examples of com.dianping.cat.report.page.top.TopMetric.Item


        List<Item> itemList = new ArrayList<Item>();

        if (!itemLists.isEmpty()) {
          itemList = itemLists.iterator().next();
        }
        Item frontEndItem = null;
        List<Item> otherItemList = new ArrayList<Item>();

        for (Item item : itemList) {
          if (Constants.FRONT_END.equals(item.getDomain())) {
            frontEndItem = item;
View Full Code Here

TOP

Related Classes of com.dianping.cat.report.page.top.TopMetric.Item

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.