Package com.dianping.cat.broker.api.app

Examples of com.dianping.cat.broker.api.app.BucketHandler.save()


    for (int i = 0; i < 10; i++) {
      AppData createAppData = createAppData(i);
      data.put(createAppData.toString(), createAppData);
    }

    handler.save(file);

    datas.clear();

    handler.load(file);
    AppDataQueue<AppData> queue = handler.getAppDataQueue();
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.