Package net.spy.memcached

Examples of net.spy.memcached.KetamaConnectionFactory


      sb.append(s + " ");
    }
    this.poolName = poolName;
    try {
      for(int i = 0;i < getPoolSize() ;i++) {
        memPool.add(new MemcachedClient(new KetamaConnectionFactory(), AddrUtil.getAddresses(sb.toString())));
      }
      //client.setTranscoder(new SerializingTranscoder());
      //Logger.getLogger(SerializingTranscoder.class.getName()).setLevel(Level.WARNING);
      //client.setTranscoder(new WhalinTranscoder());
    } catch (Exception e) {
View Full Code Here

TOP

Related Classes of net.spy.memcached.KetamaConnectionFactory

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.