| Interface | Description |
|---|---|
| TransCoder |
TransCoder is used to customize the serialization and deserialization
in memcached operations. |
| Class | Description |
|---|---|
| AbstractTransCoder |
AbstractTransCoder is nearly the same as the interface
TransCoder, the only difference is that you needn't return the
written size for memcached set operation. |
| AscIIClient |
This client implements the text protocol of memcached in a very high
performance way.
Please use the wrapper class MemCachedClient for accessing the
memcached server. |
| AscIIUDPClient |
This client implements the UDP protocol of memcached in a very high
performance way.
Please use the wrapper class MemCachedClient for accessing the
memcached server.When you are using memcached UDP protocol, pay attention that the data size limit is about 64K due to the datagram length limit of UDP protocol. A UDP datagram length field specifies the length in bytes of the entire datagram: header and data. |
| AuthInfo | |
| AuthSchoonerSockIOFactory |
*
AuthSchoonerSockIOFactory is used to create and destroy socket for
connection pool with authorized information. |
| BinaryClient |
This client implements the binary protocol of memcached in a very high
performance way.
Please use the wrapper class MemCachedClient for accessing the
memcached server. |
| ByteBufArrayInputStream |
This class will only be used in the multi-get memcached operations.
|
| MemcachedItem |
MemcachedItem is used to hold casUnique and related memcached value.
|
| NativeHandler |
Handle encoding standard Java types directly which can result in significant
memory savings:
Currently the Memcached driver for Java supports the setSerialize() option.
|
| ObjectTransCoder |
ObjectTransCoder is the default TransCoder used to handle the
serialization and deserialization in memcached operations. |
| PlainCallbackHandler | |
| SchoonerSockIO |
An adapter of com.danga.MemCached.SockIOPool.SockIO.
|
| SchoonerSockIOFactory |
SchoonerSockIOFactory is used to create and destroy socket for
connection pool. |
| SchoonerSockIOPool |
This class is a connection pool for maintaning a pool of persistent
connections
to memcached servers. |
| SchoonerSockIOPool.TCPSockIO |
MemCached Java client, utility class for Socket IO.
|
| SchoonerSockIOPool.UDPSockIO | |
| SockInputStream |
SockInputStream is a inputstream based on a socket. |
| SockOutputStream |
SockOutputStream is a outputstream based on socket. |
Copyright © 2013 Schooner Information Technology. All Rights Reserved.