| Package | Description |
|---|---|
| com.schooner.MemCached | |
| com.schooner.MemCached.command |
| Modifier and Type | Class and Description |
|---|---|
static class |
SchoonerSockIOPool.TCPSockIO
MemCached Java client, utility class for Socket IO.
|
static class |
SchoonerSockIOPool.UDPSockIO |
| Modifier and Type | Method and Description |
|---|---|
protected SchoonerSockIO |
SchoonerSockIOFactory.createSocket(String host)
Creates a new SockIO obj for the given server.
|
SchoonerSockIO |
SchoonerSockIOPool.getConnection(String host)
Returns a SockIO object from the pool for the passed in host.
|
SchoonerSockIO |
SockOutputStream.getSock()
get channel of this stream.
|
SchoonerSockIO |
SchoonerSockIOPool.getSock(String key)
Returns appropriate SockIO object given string cache key.
|
SchoonerSockIO |
SchoonerSockIOPool.getSock(String key,
Integer hashCode)
Returns appropriate SockIO object given string cache key and optional
hashcode.
|
| Constructor and Description |
|---|
SockInputStream(SchoonerSockIO sock)
Constructor.
|
SockInputStream(SchoonerSockIO sock,
int limit)
Constructor.
|
SockOutputStream(SchoonerSockIO sock)
Constructor with SockIO.
|
| Modifier and Type | Method and Description |
|---|---|
short |
StorageCommand.request(SchoonerSockIO sock) |
short |
Command.request(SchoonerSockIO sock) |
boolean |
SyncCommand.response(SchoonerSockIO sock,
short rid) |
boolean |
SyncAllCommand.response(SchoonerSockIO sock,
short rid) |
boolean |
StorageCommand.response(SchoonerSockIO sock,
short rid) |
Map<String,String> |
StatsCommand.response(SchoonerSockIO sock,
short rid) |
boolean |
IncrdecrCommand.response(SchoonerSockIO sock,
short rid) |
boolean |
FlushAllCommand.response(SchoonerSockIO sock,
short rid) |
boolean |
DeletionCommand.response(SchoonerSockIO sock,
short rid) |
MemcachedItem |
RetrievalCommand.response(SchoonerSockIO sock,
TransCoder transCoder,
short rid) |
Copyright © 2013 Schooner Information Technology. All Rights Reserved.