| Package | Description |
|---|---|
| com.schooner.MemCached | |
| com.whalin.MemCached |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
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. |
class |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorHandler.handleErrorOnDelete(MemCachedClient client,
Throwable error,
String cacheKey)
Called for errors thrown during
delete(String)
and related methods. |
void |
ErrorHandler.handleErrorOnFlush(MemCachedClient client,
Throwable error)
Called for errors thrown during
flushAll() and
related methods. |
void |
ErrorHandler.handleErrorOnGet(MemCachedClient client,
Throwable error,
String cacheKey)
Called for errors thrown during
get(String) and
related methods. |
void |
ErrorHandler.handleErrorOnGet(MemCachedClient client,
Throwable error,
String[] cacheKeys)
Called for errors thrown during
MemCachedClient#getMulti(String)
and related methods. |
void |
ErrorHandler.handleErrorOnInit(MemCachedClient client,
Throwable error)
Called for errors thrown during initialization.
|
void |
ErrorHandler.handleErrorOnSet(MemCachedClient client,
Throwable error,
String cacheKey)
Called for errors thrown during
set(String,Object) and related methods. |
void |
ErrorHandler.handleErrorOnStats(MemCachedClient client,
Throwable error)
Called for errors thrown during
stats() and
related methods. |
| Constructor and Description |
|---|
MemCachedClient(MemCachedClient client)
used when you want to create a ASCIIClient/BinaryClient/UDPASCIIClient
instance
|
Copyright © 2013 Schooner Information Technology. All Rights Reserved.