Package com.dianping.cat.report.task.utilization

Examples of com.dianping.cat.report.task.utilization.UtilizationReportBuilder


    builder.buildHourlyTask(EventAnalyzer.ID, "cat", period);
  }

  @Test
  public void testUtilization() throws Exception {
    UtilizationReportBuilder builder = lookup(UtilizationReportBuilder.class);

    Date period = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse("2013-12-24 10:00:00");
    builder.buildHourlyTask(Constants.REPORT_UTILIZATION, "cat", period);
  }
View Full Code Here

TOP

Related Classes of com.dianping.cat.report.task.utilization.UtilizationReportBuilder

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.