类 com.alisoft.xplatform.asf.cache.memcached.client.SockIOPool
的使用

使用 SockIOPool 的软件包
com.alisoft.xplatform.asf.cache.memcached   
com.alisoft.xplatform.asf.cache.memcached.client   
 

com.alisoft.xplatform.asf.cache.memcachedSockIOPool 的使用
 

返回变量类型为 SockIOPool 的类型的 com.alisoft.xplatform.asf.cache.memcached 中的方法
 java.util.concurrent.ConcurrentHashMap<java.lang.String,SockIOPool> MemcachedCacheManager.getSocketpool()
           
 

类型变量类型为 SockIOPoolcom.alisoft.xplatform.asf.cache.memcached 中的方法参数
 void MemcachedCacheManager.setSocketpool(java.util.concurrent.ConcurrentHashMap<java.lang.String,SockIOPool> socketpool)
           
 

com.alisoft.xplatform.asf.cache.memcached.clientSockIOPool 的使用
 

返回 SockIOPoolcom.alisoft.xplatform.asf.cache.memcached.client 中的方法
static SockIOPool SockIOPool.getInstance()
          Single argument version of factory used for back compat.
static SockIOPool SockIOPool.getInstance(java.lang.String poolName)
          Factory to create/retrieve new pools given a unique poolName.
static SockIOPool SockIOPool.getNewInstance(java.lang.String poolName)
          get new Instance form pool
 

参数类型为 SockIOPoolcom.alisoft.xplatform.asf.cache.memcached.client 中的构造方法
SockIOPool.MaintThread(SockIOPool pool)
           
SockIOPool.SockIO(SockIOPool pool, java.lang.String host, int timeout, int connectTimeout, boolean noDelay)
          creates a new SockIO object wrapping a socket connection to host:port, and its input and output streams
SockIOPool.SockIO(SockIOPool pool, java.lang.String host, int port, int timeout, int connectTimeout, boolean noDelay)
          creates a new SockIO object wrapping a socket connection to host:port, and its input and output streams
 



Copyright © 2009 . All Rights Reserved.