Package com.dianping.cat.report.task.event

Examples of com.dianping.cat.report.task.event.EventReportBuilder


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

  @Test
  public void testEvent() throws Exception {
    EventReportBuilder builder = lookup(EventReportBuilder.class);

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

TOP

Related Classes of com.dianping.cat.report.task.event.EventReportBuilder

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.