|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SockIOPool | |
|---|---|
| com.danga.MemCached | |
| Uses of SockIOPool in com.danga.MemCached |
|---|
| Fields in com.danga.MemCached declared as SockIOPool | |
|---|---|
private SockIOPool |
SockIOPool.MaintThread.pool
|
private SockIOPool |
SockIOPool.SockIO.pool
|
private SockIOPool |
MemCachedClient.pool
|
| Fields in com.danga.MemCached with type parameters of type SockIOPool | |
|---|---|
private static java.util.Map<java.lang.String,SockIOPool> |
SockIOPool.pools
|
| Methods in com.danga.MemCached that return SockIOPool | |
|---|---|
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. |
| Constructors in com.danga.MemCached with parameters of type SockIOPool | |
|---|---|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||