|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 SockIOPool 的软件包 | |
|---|---|
| com.alisoft.xplatform.asf.cache.memcached | |
| com.alisoft.xplatform.asf.cache.memcached.client | |
| com.alisoft.xplatform.asf.cache.memcached 中 SockIOPool 的使用 |
|---|
| 返回变量类型为 SockIOPool 的类型的 com.alisoft.xplatform.asf.cache.memcached 中的方法 | |
|---|---|
java.util.concurrent.ConcurrentHashMap<java.lang.String,SockIOPool> |
MemcachedCacheManager.getSocketpool()
|
| 类型变量类型为 SockIOPool 的 com.alisoft.xplatform.asf.cache.memcached 中的方法参数 | |
|---|---|
void |
MemcachedCacheManager.setSocketpool(java.util.concurrent.ConcurrentHashMap<java.lang.String,SockIOPool> socketpool)
|
| com.alisoft.xplatform.asf.cache.memcached.client 中 SockIOPool 的使用 |
|---|
| 返回 SockIOPool 的 com.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 |
| 参数类型为 SockIOPool 的 com.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 |
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||