Package com.dianping.cat.report.task.heartbeat

Examples of com.dianping.cat.report.task.heartbeat.HeartbeatReportBuilder


public class GraphBuilderTest extends ComponentTestCase {

  @Test
  public void test() throws Exception {
    HeartbeatReportBuilder builder = lookup(HeartbeatReportBuilder.class);

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

TOP

Related Classes of com.dianping.cat.report.task.heartbeat.HeartbeatReportBuilder

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.