| Package | Description |
|---|---|
| com.schooner.MemCached | |
| com.schooner.MemCached.command | |
| com.whalin.MemCached |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
ObjectTransCoder
ObjectTransCoder is the default TransCoder used to handle the
serialization and deserialization in memcached operations. |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryClient.setTransCoder(TransCoder transCoder) |
void |
AscIIUDPClient.setTransCoder(TransCoder transCoder)
set transcoder.
|
void |
AscIIClient.setTransCoder(TransCoder transCoder)
set transcoder.
|
| Modifier and Type | Method and Description |
|---|---|
MemcachedItem |
RetrievalCommand.response(SchoonerSockIO sock,
TransCoder transCoder,
short rid) |
| Constructor and Description |
|---|
StorageCommand(String cmdname,
String key,
Object value,
Date expiry,
Integer hashCode,
Long casUnique,
TransCoder transCoder)
set request textline:
"set
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemCachedClient.setTransCoder(TransCoder transCoder) |
Copyright © 2013 Schooner Information Technology. All Rights Reserved.