Uses of Class
com.danga.MemCached.SockIOPool
-
Packages that use SockIOPool Package Description com.danga.MemCached -
-
Uses of SockIOPool in com.danga.MemCached
Fields in com.danga.MemCached declared as SockIOPool Modifier and Type Field Description private SockIOPoolMemCachedClient. poolprivate SockIOPoolSockIOPool.MaintThread. poolprivate SockIOPoolSockIOPool.SockIO. poolFields in com.danga.MemCached with type parameters of type SockIOPool Modifier and Type Field Description private static java.util.Map<java.lang.String,SockIOPool>SockIOPool. poolsMethods in com.danga.MemCached that return SockIOPool Modifier and Type Method Description static SockIOPoolSockIOPool. getInstance()Single argument version of factory used for back compat.static SockIOPoolSockIOPool. getInstance(java.lang.String poolName)Factory to create/retrieve new pools given a unique poolName.Constructors in com.danga.MemCached with parameters of type SockIOPool Constructor Description MaintThread(SockIOPool pool)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 streamsSockIO(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
-