Package com.dianping.cat.report.task.spi

Examples of com.dianping.cat.report.task.spi.ReportTaskBuilder.buildHourlyTask()


  @Test
  public void test() throws Exception {
    ReportTaskBuilder builder = lookup(ReportTaskBuilder.class, CapacityUpdateTask.ID);

    builder.buildHourlyTask("cat", "cat", null);
    builder.buildDailyTask("cat", "cat", null);
    builder.buildWeeklyTask("cat", "cat", null);
    builder.buildMonthlyTask("cat", "cat", null);
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.