Package com.xixibase.cache

Examples of com.xixibase.cache.CacheClientManager.initialize()


    .getResourceAsProperties("xixibase.properties");
    String servers = (String) properties.get("servers");
    String[] serverlist = servers.split(",");
    String poolName = "Xixibase";
    CacheClientManager manager = CacheClientManager.getInstance(poolName);
    manager.initialize(serverlist);
   
    CacheClient cc = manager.createClient();
   
    System.out.println("XixibaseMulti Client startup");
    warmUp(cc);
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.