Package com.dianping.cat.config.app

Examples of com.dianping.cat.config.app.AppDataService


    file.delete();
  }

  @Test
  public void test() throws Exception {
    AppDataService appDataService = null;
    SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm");
    long startTime = sdf.parse("2014-08-19 11:20").getTime();
    BucketHandler handler = new BucketHandler(startTime, appDataService);

    HashMap<Integer, HashMap<String, AppData>> datas = handler.getDatas();
View Full Code Here

TOP

Related Classes of com.dianping.cat.config.app.AppDataService

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.