A B C D E F G H I K L M N O P R S T V W 

A

AbstractTransCoder - Class in com.schooner.MemCached
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.
AbstractTransCoder() - Constructor for class com.schooner.MemCached.AbstractTransCoder
 
add(String, Object) - Method in class com.schooner.MemCached.AscIIClient
 
add(String, Object, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
add(String, Object, Date) - Method in class com.schooner.MemCached.AscIIClient
 
add(String, Object, Date, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
add(String, Object) - Method in class com.schooner.MemCached.AscIIUDPClient
 
add(String, Object, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
add(String, Object, Date) - Method in class com.schooner.MemCached.AscIIUDPClient
 
add(String, Object, Date, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
add(String, Object) - Method in class com.schooner.MemCached.BinaryClient
 
add(String, Object, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
add(String, Object, Date) - Method in class com.schooner.MemCached.BinaryClient
 
add(String, Object, Date, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
add(String, Object) - Method in class com.whalin.MemCached.MemCachedClient
Adds data to the server; only the key and the value are specified.
add(String, Object, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Adds data to the server; the key, value, and an optional hashcode are passed in.
add(String, Object, Date) - Method in class com.whalin.MemCached.MemCachedClient
Adds data to the server; the key, value, and an expiration time are specified.
add(String, Object, Date, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Adds data to the server; the key, value, and an expiration time are specified.
addOrDecr(String) - Method in class com.schooner.MemCached.AscIIClient
 
addOrDecr(String, long) - Method in class com.schooner.MemCached.AscIIClient
 
addOrDecr(String, long, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
addOrDecr(String) - Method in class com.schooner.MemCached.AscIIUDPClient
 
addOrDecr(String, long) - Method in class com.schooner.MemCached.AscIIUDPClient
 
addOrDecr(String, long, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
addOrDecr(String) - Method in class com.schooner.MemCached.BinaryClient
 
addOrDecr(String, long) - Method in class com.schooner.MemCached.BinaryClient
 
addOrDecr(String, long, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
addOrDecr(String) - Method in class com.whalin.MemCached.MemCachedClient
Thread safe way to initialize and decrement a counter.
addOrDecr(String, long) - Method in class com.whalin.MemCached.MemCachedClient
Thread safe way to initialize and decrement a counter.
addOrDecr(String, long, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Thread safe way to initialize and decrement a counter.
addOrIncr(String) - Method in class com.schooner.MemCached.AscIIClient
 
addOrIncr(String, long) - Method in class com.schooner.MemCached.AscIIClient
 
addOrIncr(String, long, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
addOrIncr(String) - Method in class com.schooner.MemCached.AscIIUDPClient
 
addOrIncr(String, long) - Method in class com.schooner.MemCached.AscIIUDPClient
 
addOrIncr(String, long, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
addOrIncr(String) - Method in class com.schooner.MemCached.BinaryClient
 
addOrIncr(String, long) - Method in class com.schooner.MemCached.BinaryClient
 
addOrIncr(String, long, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
addOrIncr(String) - Method in class com.whalin.MemCached.MemCachedClient
Thread safe way to initialize and increment a counter.
addOrIncr(String, long) - Method in class com.whalin.MemCached.MemCachedClient
Thread safe way to initialize and increment a counter.
addOrIncr(String, long, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Thread safe way to initialize and increment a counter.
addSocketToPool(Map<String, Map<SockIOPool.SockIO, Long>>, String, SockIOPool.SockIO) - Method in class com.whalin.MemCached.SockIOPool
Adds a socket to a given pool for the given host.
ANONYMOUS - Static variable in class com.schooner.MemCached.AuthSchoonerSockIOFactory
 
append(String, Object, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
append(String, Object) - Method in class com.schooner.MemCached.AscIIClient
 
append(String, Object, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
append(String, Object) - Method in class com.schooner.MemCached.AscIIUDPClient
 
append(String, Object, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
append(String, Object) - Method in class com.schooner.MemCached.BinaryClient
 
append(String, Object, Integer) - Method in class com.whalin.MemCached.MemCachedClient
 
append(String, Object) - Method in class com.whalin.MemCached.MemCachedClient
 
AscIIClient - Class in com.schooner.MemCached
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.
AscIIClient() - Constructor for class com.schooner.MemCached.AscIIClient
Creates a new instance of MemCachedClient.
AscIIClient(String) - Constructor for class com.schooner.MemCached.AscIIClient
Creates a new instance of MemCachedClient accepting a passed in pool name.
AscIIClient(String, ClassLoader, ErrorHandler) - Constructor for class com.schooner.MemCached.AscIIClient
 
AscIIClient.NIOLoader - Class in com.schooner.MemCached
 
AscIIClient.NIOLoader(AscIIClient) - Constructor for class com.schooner.MemCached.AscIIClient.NIOLoader
 
AscIIUDPClient - Class in com.schooner.MemCached
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.
AscIIUDPClient() - Constructor for class com.schooner.MemCached.AscIIUDPClient
Creates a new instance of MemCachedClient.
AscIIUDPClient(String) - Constructor for class com.schooner.MemCached.AscIIUDPClient
Creates a new instance of MemCachedClient accepting a passed in pool name.
AscIIUDPClient(String, ClassLoader, ErrorHandler) - Constructor for class com.schooner.MemCached.AscIIUDPClient
 
AUTH_FAILED - Static variable in class com.whalin.MemCached.MemCachedClient
 
AuthInfo - Class in com.schooner.MemCached
 
AuthInfo(CallbackHandler, String[]) - Constructor for class com.schooner.MemCached.AuthInfo
 
AuthSchoonerSockIOFactory - Class in com.schooner.MemCached
* AuthSchoonerSockIOFactory is used to create and destroy socket for connection pool with authorized information.
AuthSchoonerSockIOFactory(String, boolean, int, int, int, boolean, AuthInfo) - Constructor for class com.schooner.MemCached.AuthSchoonerSockIOFactory
 
available() - Method in class com.schooner.MemCached.SockInputStream
 

B

B_DELETED - Static variable in class com.whalin.MemCached.MemCachedClient
 
B_DELIMITER - Static variable in class com.schooner.MemCached.AscIIUDPClient
 
B_END - Static variable in class com.whalin.MemCached.MemCachedClient
 
B_NEXTLINE - Static variable in class com.schooner.MemCached.command.Command
 
B_NOTFOUND - Static variable in class com.whalin.MemCached.MemCachedClient
 
B_RETURN - Static variable in class com.schooner.MemCached.AscIIUDPClient
 
B_RETURN - Static variable in class com.schooner.MemCached.command.Command
 
B_RETURN - Static variable in class com.schooner.MemCached.command.StorageCommand
 
B_RETURN - Static variable in class com.whalin.MemCached.MemCachedClient
 
B_STORED - Static variable in class com.whalin.MemCached.MemCachedClient
 
BinaryClient - Class in com.schooner.MemCached
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.
BinaryClient() - Constructor for class com.schooner.MemCached.BinaryClient
Creates a new instance of MemCachedClient.
BinaryClient(String) - Constructor for class com.schooner.MemCached.BinaryClient
Creates a new instance of MemCachedClient accepting a passed in pool name.
BinaryClient(String, ClassLoader, ErrorHandler) - Constructor for class com.schooner.MemCached.BinaryClient
 
BinaryClient.NIOLoader - Class in com.schooner.MemCached
 
BinaryClient.NIOLoader(BinaryClient) - Constructor for class com.schooner.MemCached.BinaryClient.NIOLoader
 
BLAND_DATA_SIZE - Variable in class com.schooner.MemCached.command.StorageCommand
 
BLAND_DATA_SIZE - Variable in class com.whalin.MemCached.MemCachedClient
This is used for set command only.
The reason for use this that we have to put the size of the object bytes into the command line.
bufferSize - Variable in class com.schooner.MemCached.SchoonerSockIOFactory
 
ByteBufArrayInputStream - Class in com.schooner.MemCached
This class will only be used in the multi-get memcached operations.
ByteBufArrayInputStream(List<ByteBuffer>) - Constructor for class com.schooner.MemCached.ByteBufArrayInputStream
 
ByteBufArrayInputStream(ByteBuffer[]) - Constructor for class com.schooner.MemCached.ByteBufArrayInputStream
 
bytes - Variable in class com.schooner.MemCached.command.RetrievalCommand.Value
 

C

cas(String, Object, Integer, long) - Method in class com.schooner.MemCached.AscIIClient
 
cas(String, Object, Date, long) - Method in class com.schooner.MemCached.AscIIClient
 
cas(String, Object, Date, Integer, long) - Method in class com.schooner.MemCached.AscIIClient
 
cas(String, Object, long) - Method in class com.schooner.MemCached.AscIIClient
 
cas(String, Object, Integer, long) - Method in class com.schooner.MemCached.AscIIUDPClient
 
cas(String, Object, Date, long) - Method in class com.schooner.MemCached.AscIIUDPClient
 
cas(String, Object, Date, Integer, long) - Method in class com.schooner.MemCached.AscIIUDPClient
 
cas(String, Object, long) - Method in class com.schooner.MemCached.AscIIUDPClient
 
cas(String, Object, Integer, long) - Method in class com.schooner.MemCached.BinaryClient
 
cas(String, Object, Date, long) - Method in class com.schooner.MemCached.BinaryClient
 
cas(String, Object, Date, Integer, long) - Method in class com.schooner.MemCached.BinaryClient
 
cas(String, Object, long) - Method in class com.schooner.MemCached.BinaryClient
 
cas(String, Object, Integer, long) - Method in class com.whalin.MemCached.MemCachedClient
 
cas(String, Object, Date, long) - Method in class com.whalin.MemCached.MemCachedClient
 
cas(String, Object, Date, Integer, long) - Method in class com.whalin.MemCached.MemCachedClient
 
cas(String, Object, long) - Method in class com.whalin.MemCached.MemCachedClient
 
casUnique - Variable in class com.schooner.MemCached.command.RetrievalCommand.Value
 
casUnique - Variable in class com.schooner.MemCached.MemcachedItem
 
channel - Variable in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
classLoader - Variable in class com.whalin.MemCached.MemCachedClient
 
clearEOL() - Method in class com.schooner.MemCached.ByteBufArrayInputStream
 
clearEOL() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
 
clearEOL() - Method in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
clearEOL() - Method in interface com.whalin.MemCached.LineInputStream
Read everything up to and including the end of line.
clearEOL() - Method in class com.whalin.MemCached.SockIOPool.SockIO
reads up to end of line and returns nothing
clearHostFromPool(String) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Closes and removes all sockets from specified pool for host.
clearHostFromPool(Map<String, Map<SockIOPool.SockIO, Long>>, String) - Method in class com.whalin.MemCached.SockIOPool
Closes and removes all sockets from specified pool for host.
CLIENT_ERROR - Static variable in class com.schooner.MemCached.command.StatsCommand
 
CLIENT_ERROR - Static variable in class com.whalin.MemCached.MemCachedClient
 
close() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
sets closed flag and checks in to connection pool but does not close connections
close() - Method in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
close() - Method in class com.whalin.MemCached.SockIOPool.SockIO
sets closed flag and checks in to connection pool but does not close connections
closeSocketPool() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Closes all sockets in the passed in pool.
com.schooner.MemCached - package com.schooner.MemCached
 
com.schooner.MemCached.command - package com.schooner.MemCached.command
 
com.whalin.MemCached - package com.whalin.MemCached
 
Command - Class in com.schooner.MemCached.command
The parent of all the command class.
Command() - Constructor for class com.schooner.MemCached.command.Command
 
COMPRESS_THRESH - Static variable in class com.whalin.MemCached.MemCachedClient
 
conns - Variable in class com.schooner.MemCached.AscIIClient.NIOLoader
 
conns - Variable in class com.schooner.MemCached.BinaryClient.NIOLoader
 
CONSISTENT_HASH - Static variable in class com.schooner.MemCached.SchoonerSockIOPool
 
CONSISTENT_HASH - Static variable in class com.whalin.MemCached.SockIOPool
 
ContextObjectInputStream - Class in com.whalin.MemCached
 
ContextObjectInputStream(InputStream, ClassLoader) - Constructor for class com.whalin.MemCached.ContextObjectInputStream
 
CRAM_MD5 - Static variable in class com.schooner.MemCached.AuthSchoonerSockIOFactory
 
cramMD5(String, String) - Static method in class com.schooner.MemCached.AuthInfo
 
createSocket(String) - Method in class com.schooner.MemCached.SchoonerSockIOFactory
Creates a new SockIO obj for the given server.
createSocket(String) - Method in class com.whalin.MemCached.SockIOPool
Creates a new SockIO obj for the given server.

D

dataBlock - Variable in class com.schooner.MemCached.command.RetrievalCommand.Value
 
dataStore - Static variable in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
decode(byte[], int) - Static method in class com.schooner.MemCached.NativeHandler
Decodes byte array using memcache flag to determine type.
decode(InputStream) - Method in class com.schooner.MemCached.ObjectTransCoder
 
decode(InputStream, ClassLoader) - Method in class com.schooner.MemCached.ObjectTransCoder
decode the object from the inputstream with your classloader
decode(InputStream) - Method in interface com.schooner.MemCached.TransCoder
decode the object from the inputstream.
decodeBoolean(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeByte(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeByteArr(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeCharacter(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeDate(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeDouble(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeFloat(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeInteger(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeLong(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeShort(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeString(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeStringBuffer(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decodeStringBuilder(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
decr(String) - Method in class com.schooner.MemCached.AscIIClient
 
decr(String, long) - Method in class com.schooner.MemCached.AscIIClient
 
decr(String, long, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
decr(String) - Method in class com.schooner.MemCached.AscIIUDPClient
 
decr(String, long) - Method in class com.schooner.MemCached.AscIIUDPClient
 
decr(String, long, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
decr(String) - Method in class com.schooner.MemCached.BinaryClient
 
decr(String, long) - Method in class com.schooner.MemCached.BinaryClient
 
decr(String, long, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
decr(String) - Method in class com.whalin.MemCached.MemCachedClient
Decrement the value at the specified key by 1, and then return it.
Please make sure setPrimitiveAsString=true if the key/value pair is stored with set command.
decr(String, long) - Method in class com.whalin.MemCached.MemCachedClient
Decrement the value at the specified key by passed in value, and then return it.
Please make sure setPrimitiveAsString=true if the key/value pair is stored with set command.
decr(String, long, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Decrement the value at the specified key by the specified increment, and then return it.
Please make sure setPrimitiveAsString=true if the key/value pair is stored with set command.
delete(String) - Method in class com.schooner.MemCached.AscIIClient
 
delete(String, Date) - Method in class com.schooner.MemCached.AscIIClient
 
delete(String, Integer, Date) - Method in class com.schooner.MemCached.AscIIClient
 
delete(String) - Method in class com.schooner.MemCached.AscIIUDPClient
 
delete(String, Date) - Method in class com.schooner.MemCached.AscIIUDPClient
 
delete(String, Integer, Date) - Method in class com.schooner.MemCached.AscIIUDPClient
 
delete(String) - Method in class com.schooner.MemCached.BinaryClient
 
delete(String, Date) - Method in class com.schooner.MemCached.BinaryClient
 
delete(String, Integer, Date) - Method in class com.schooner.MemCached.BinaryClient
 
delete(String) - Method in class com.whalin.MemCached.MemCachedClient
Deletes an object from cache given cache key.
delete(String, Date) - Method in class com.whalin.MemCached.MemCachedClient
Deprecated.
not supported in memcached 1.4+
delete(String, Integer, Date) - Method in class com.whalin.MemCached.MemCachedClient
Deprecated.
not supported in memcached 1.4+
DELETED - Static variable in class com.whalin.MemCached.MemCachedClient
 
DeletionCommand - Class in com.schooner.MemCached.command
The command that delete an item in memcached server.
DeletionCommand(String, Integer, Date) - Constructor for class com.schooner.MemCached.command.DeletionCommand
deletion request textline: "delete [
DELIMITER - Static variable in class com.schooner.MemCached.command.Command
 
destroyObject(Object) - Method in class com.schooner.MemCached.SchoonerSockIOFactory
 
DIGEST_MD5 - Static variable in class com.schooner.MemCached.AuthSchoonerSockIOFactory
 
doMulti(boolean, Map<String, StringBuilder>, String[], Map<String, Object>) - Method in class com.schooner.MemCached.AscIIClient.NIOLoader
 
doMulti(Map<String, StringBuilder>, String[], Map<String, Object>) - Method in class com.schooner.MemCached.AscIIClient.NIOLoader
 
doMulti(Map<String, ArrayList<String>>, String[], Map<String, Object>) - Method in class com.schooner.MemCached.BinaryClient.NIOLoader
 
doMulti(boolean, Map<String, ArrayList<String>>, String[], Map<String, Object>) - Method in class com.schooner.MemCached.BinaryClient.NIOLoader
 

E

EMPTY_BYTES - Static variable in class com.schooner.MemCached.AuthSchoonerSockIOFactory
 
encode(SockOutputStream, Object) - Method in class com.schooner.MemCached.AbstractTransCoder
 
encode(OutputStream, Object) - Method in class com.schooner.MemCached.AbstractTransCoder
encode the java object into outputstream.
encode(Object) - Static method in class com.schooner.MemCached.NativeHandler
Encodes supported types
encode(Byte) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(Boolean) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(int) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(long) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(Date) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(Character) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(String) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(StringBuffer) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(float) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(Short) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(double) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(StringBuilder) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
encode(OutputStream, Object) - Method in class com.schooner.MemCached.ObjectTransCoder
 
encode(SockOutputStream, Object) - Method in interface com.schooner.MemCached.TransCoder
encode the java object into outputstream.
END - Static variable in class com.schooner.MemCached.command.StatsCommand
 
END - Static variable in class com.whalin.MemCached.MemCachedClient
 
ERROR - Static variable in class com.schooner.MemCached.command.StatsCommand
 
ERROR - Static variable in class com.whalin.MemCached.MemCachedClient
 
ErrorHandler - Interface in com.whalin.MemCached
You can customize your error handle processes in this class.
errorHandler - Variable in class com.whalin.MemCached.MemCachedClient
 
exec(byte[]) - Method in class com.schooner.MemCached.command.RetrievalCommand.ResponseParser
 

F

F_COMPRESSED - Static variable in class com.whalin.MemCached.MemCachedClient
 
F_SERIALIZED - Static variable in class com.whalin.MemCached.MemCachedClient
 
finalize() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
Hack to reap any leaking children.
finalize() - Method in class com.whalin.MemCached.SockIOPool.SockIO
Hack to reap any leaking children.
flags - Variable in class com.schooner.MemCached.command.RetrievalCommand.Value
 
flush() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
writes data stored in writeBuf to server
flush() - Method in class com.whalin.MemCached.SockIOPool.SockIO
flushes output stream
flushAll() - Method in class com.schooner.MemCached.AscIIClient
 
flushAll(String[]) - Method in class com.schooner.MemCached.AscIIClient
 
flushAll() - Method in class com.schooner.MemCached.AscIIUDPClient
 
flushAll(String[]) - Method in class com.schooner.MemCached.AscIIUDPClient
 
flushAll() - Method in class com.schooner.MemCached.BinaryClient
 
flushAll(String[]) - Method in class com.schooner.MemCached.BinaryClient
 
flushAll() - Method in class com.whalin.MemCached.MemCachedClient
Invalidates the entire cache.
flushAll(String[]) - Method in class com.whalin.MemCached.MemCachedClient
Invalidates the entire cache.
FlushAllCommand - Class in com.schooner.MemCached.command
The command that remove all the items in memcached server.
FlushAllCommand() - Constructor for class com.schooner.MemCached.command.FlushAllCommand
 
FURTHER_AUTH - Static variable in class com.whalin.MemCached.MemCachedClient
 

G

get(String) - Method in class com.schooner.MemCached.AscIIClient
 
get(String, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
get(String, Integer, boolean) - Method in class com.schooner.MemCached.AscIIClient
Retrieve a key from the server, using a specific hash.
get(String) - Method in class com.schooner.MemCached.AscIIUDPClient
 
get(String, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
get(String, Integer, boolean) - Method in class com.schooner.MemCached.AscIIUDPClient
 
get(String) - Method in class com.schooner.MemCached.BinaryClient
 
get(String, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
get(String, Integer, boolean) - Method in class com.schooner.MemCached.BinaryClient
 
get(String) - Method in class com.whalin.MemCached.MemCachedClient
Retrieve a key from the server, using a specific hash.
get(String, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Retrieve a key from the server, using a specific hash.
get(String, Integer, boolean) - Method in class com.whalin.MemCached.MemCachedClient
Retrieve a key from the server, using a specific hash.
getAliveCheck() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns the current status of the aliveCheck flag.
getAliveCheck() - Method in class com.whalin.MemCached.SockIOPool
Returns the current status of the aliveCheck flag.
getBuffer() - Method in class com.schooner.MemCached.SockInputStream
get all left bytes from the socket.
getBufferSize() - Method in class com.schooner.MemCached.SchoonerSockIO
 
getBufferSize() - Method in class com.schooner.MemCached.SchoonerSockIOPool
 
getBufferSize() - Method in class com.whalin.MemCached.SockIOPool
 
getByteChannel() - Method in class com.schooner.MemCached.SchoonerSockIO
get byte channel from this socket.
getByteChannel() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
 
getByteChannel() - Method in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
getBytes(long) - Static method in class com.schooner.MemCached.NativeHandler
 
getBytes(int) - Static method in class com.schooner.MemCached.NativeHandler
 
getCallbackHandler() - Method in class com.schooner.MemCached.AuthInfo
 
getCasUnique() - Method in class com.schooner.MemCached.MemcachedItem
 
getChannel() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
Lets caller get access to underlying channel.
getChannel() - Method in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
getChannel() - Method in class com.whalin.MemCached.SockIOPool.SockIO
Lets caller get access to underlying channel.
getConnection(String) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns a SockIO object from the pool for the passed in host.
getConnection(String) - Method in class com.whalin.MemCached.SockIOPool
Returns a SockIO object from the pool for the passed in host.
getCount() - Method in class com.schooner.MemCached.SockOutputStream
get byte count, how many wrote.
getCounter(String) - Method in class com.whalin.MemCached.MemCachedClient
Returns value in counter at given key as long.
getCounter(String, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Returns value in counter at given key as long.
getFailback() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns current state of failover flag.
getFailback() - Method in class com.whalin.MemCached.SockIOPool
Returns current state of failover flag.
getFailover() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns current state of failover flag.
getFailover() - Method in class com.whalin.MemCached.SockIOPool
Returns current state of failover flag.
getHashingAlg() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns current status of customHash flag
getHashingAlg() - Method in class com.whalin.MemCached.SockIOPool
Returns current status of customHash flag
getHost(String) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Gets the host that a particular key / hashcode resides on.
getHost(String, Integer) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Gets the host that a particular key / hashcode resides on.
getHost() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
returns the host this socket is connected to
getHost() - Method in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
getHost(String) - Method in class com.whalin.MemCached.SockIOPool
 
getHost(String, Integer) - Method in class com.whalin.MemCached.SockIOPool
Gets the host that a particular key / hashcode resides on.
getHost() - Method in class com.whalin.MemCached.SockIOPool.SockIO
returns the host this socket is connected to
getInitConn() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns the current setting for the initial number of connections per server in the available pool.
getInitConn() - Method in class com.whalin.MemCached.SockIOPool
Returns the current setting for the initial number of connections per server in the available pool.
getInstance(String) - Static method in class com.schooner.MemCached.SchoonerSockIOPool
Factory to create/retrieve new pools given a unique poolName.
getInstance(String, AuthInfo) - Static method in class com.schooner.MemCached.SchoonerSockIOPool
 
getInstance(String, boolean) - Static method in class com.schooner.MemCached.SchoonerSockIOPool
 
getInstance() - Static method in class com.schooner.MemCached.SchoonerSockIOPool
Single argument version of factory used for back compat.
getInstance(AuthInfo) - Static method in class com.schooner.MemCached.SchoonerSockIOPool
 
getInstance(boolean) - Static method in class com.schooner.MemCached.SchoonerSockIOPool
 
getInstance(String) - Static method in class com.whalin.MemCached.SockIOPool
Factory to create/retrieve new pools given a unique poolName.
getInstance(boolean) - Static method in class com.whalin.MemCached.SockIOPool
 
getInstance(String, boolean) - Static method in class com.whalin.MemCached.SockIOPool
 
getInstance() - Static method in class com.whalin.MemCached.SockIOPool
Single argument version of factory used for back compat.
getLine() - Method in class com.schooner.MemCached.SockInputStream
get a line from the socket.
getMaintSleep() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns the current maint thread sleep time.
getMaintSleep() - Method in class com.whalin.MemCached.SockIOPool
Returns the current maint thread sleep time.
getMarkerFlag(Object) - Static method in class com.schooner.MemCached.NativeHandler
Returns the flag for marking the type of the byte array.
getMaxBusy() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns the current max busy setting.
getMaxBusy() - Method in class com.whalin.MemCached.SockIOPool
Returns the current max busy setting.
getMaxConn() - Method in class com.schooner.MemCached.SchoonerSockIOPool
 
getMaxConn() - Method in class com.whalin.MemCached.SockIOPool
Returns the maximum number of spare connections allowed in available pool.
getMaxIdle() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns the current max idle setting.
getMaxIdle() - Method in class com.whalin.MemCached.SockIOPool
Returns the current max idle setting.
getMechanisms() - Method in class com.schooner.MemCached.AuthInfo
 
getMinConn() - Method in class com.schooner.MemCached.SchoonerSockIOPool
 
getMinConn() - Method in class com.whalin.MemCached.SockIOPool
Returns the minimum number of spare connections in available pool.
getMulti(String[]) - Method in class com.schooner.MemCached.AscIIClient
 
getMulti(String[], Integer[]) - Method in class com.schooner.MemCached.AscIIClient
 
getMulti(String[], Integer[], boolean) - Method in class com.schooner.MemCached.AscIIClient
Retrieve multiple keys from the memcache.
getMulti(String[]) - Method in class com.schooner.MemCached.AscIIUDPClient
 
getMulti(String[], Integer[]) - Method in class com.schooner.MemCached.AscIIUDPClient
 
getMulti(String[], Integer[], boolean) - Method in class com.schooner.MemCached.AscIIUDPClient
 
getMulti(String[]) - Method in class com.schooner.MemCached.BinaryClient
 
getMulti(String[], Integer[]) - Method in class com.schooner.MemCached.BinaryClient
 
getMulti(String[], Integer[], boolean) - Method in class com.schooner.MemCached.BinaryClient
Retrieve multiple keys from the memcache.
getMulti(String[]) - Method in class com.whalin.MemCached.MemCachedClient
Retrieve multiple objects from the memcache.
getMulti(String[], Integer[]) - Method in class com.whalin.MemCached.MemCachedClient
Retrieve multiple keys from the memcache.
getMulti(String[], Integer[], boolean) - Method in class com.whalin.MemCached.MemCachedClient
Retrieve multiple keys from the memcache.
getMultiArray(String[]) - Method in class com.schooner.MemCached.AscIIClient
 
getMultiArray(String[], Integer[]) - Method in class com.schooner.MemCached.AscIIClient
 
getMultiArray(String[], Integer[], boolean) - Method in class com.schooner.MemCached.AscIIClient
Retrieve multiple objects from the memcache.
getMultiArray(String[]) - Method in class com.schooner.MemCached.AscIIUDPClient
 
getMultiArray(String[], Integer[]) - Method in class com.schooner.MemCached.AscIIUDPClient
 
getMultiArray(String[], Integer[], boolean) - Method in class com.schooner.MemCached.AscIIUDPClient
Retrieve multiple objects from the memcache.
getMultiArray(String[]) - Method in class com.schooner.MemCached.BinaryClient
 
getMultiArray(String[], Integer[]) - Method in class com.schooner.MemCached.BinaryClient
 
getMultiArray(String[], Integer[], boolean) - Method in class com.schooner.MemCached.BinaryClient
 
getMultiArray(String[]) - Method in class com.whalin.MemCached.MemCachedClient
Retrieve multiple objects from the memcache.
getMultiArray(String[], Integer[]) - Method in class com.whalin.MemCached.MemCachedClient
Retrieve multiple objects from the memcache.
getMultiArray(String[], Integer[], boolean) - Method in class com.whalin.MemCached.MemCachedClient
Retrieve multiple objects from the memcache.
getNagle() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns current status of nagle flag
getNagle() - Method in class com.whalin.MemCached.SockIOPool
Returns current status of nagle flag
getResponse(short) - Method in class com.schooner.MemCached.SchoonerSockIO
 
getResponse(short) - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
 
getResponse(short) - Method in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
getResult() - Method in class com.schooner.MemCached.command.IncrdecrCommand
 
gets(String) - Method in class com.schooner.MemCached.AscIIClient
 
gets(String, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
gets(String, String, Integer, boolean) - Method in class com.schooner.MemCached.AscIIClient
 
gets(String) - Method in class com.schooner.MemCached.AscIIUDPClient
 
gets(String, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
gets(String) - Method in class com.schooner.MemCached.BinaryClient
 
gets(String, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
gets(String) - Method in class com.whalin.MemCached.MemCachedClient
 
gets(String, Integer) - Method in class com.whalin.MemCached.MemCachedClient
 
getServers() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns the current list of all cache servers.
getServers() - Method in class com.whalin.MemCached.SockIOPool
Returns the current list of all cache servers.
getSock(String) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns appropriate SockIO object given string cache key.
getSock(String, Integer) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns appropriate SockIO object given string cache key and optional hashcode.
getSock() - Method in class com.schooner.MemCached.SockOutputStream
get channel of this stream.
getSock(String) - Method in class com.whalin.MemCached.SockIOPool
Returns appropriate SockIO object given string cache key.
getSock(String, Integer) - Method in class com.whalin.MemCached.SockIOPool
Returns appropriate SockIO object given string cache key and optional hashcode.
getSocket(String, int, int) - Static method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
Method which gets a connection from SocketChannel.
getSocket(String, int, int) - Static method in class com.whalin.MemCached.SockIOPool.SockIO
Method which gets a connection from SocketChannel.
getSocketConnectTO() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns the socket timeout for connect.
getSocketConnectTO() - Method in class com.whalin.MemCached.SockIOPool
Returns the socket timeout for connect.
getSocketTO() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns the socket timeout for reads.
getSocketTO() - Method in class com.whalin.MemCached.SockIOPool
Returns the socket timeout for reads.
getValue() - Method in class com.schooner.MemCached.MemcachedItem
 
getWeights() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns the current list of weights.
getWeights() - Method in class com.whalin.MemCached.SockIOPool
Returns the current list of weights.
getWillRead() - Method in class com.schooner.MemCached.SockInputStream
get length of to-be-read.

H

handle(Callback[]) - Method in class com.schooner.MemCached.PlainCallbackHandler
 
handleErrorOnDelete(MemCachedClient, Throwable, String) - Method in interface com.whalin.MemCached.ErrorHandler
Called for errors thrown during MemCachedClient.delete(String) and related methods.
handleErrorOnFlush(MemCachedClient, Throwable) - Method in interface com.whalin.MemCached.ErrorHandler
Called for errors thrown during MemCachedClient.flushAll() and related methods.
handleErrorOnGet(MemCachedClient, Throwable, String) - Method in interface com.whalin.MemCached.ErrorHandler
Called for errors thrown during MemCachedClient.get(String) and related methods.
handleErrorOnGet(MemCachedClient, Throwable, String[]) - Method in interface com.whalin.MemCached.ErrorHandler
Called for errors thrown during MemCachedClient#getMulti(String) and related methods.
handleErrorOnInit(MemCachedClient, Throwable) - Method in interface com.whalin.MemCached.ErrorHandler
Called for errors thrown during initialization.
handleErrorOnSet(MemCachedClient, Throwable, String) - Method in interface com.whalin.MemCached.ErrorHandler
Called for errors thrown during MemCachedClient.set(String,Object) and related methods.
handleErrorOnStats(MemCachedClient, Throwable) - Method in interface com.whalin.MemCached.ErrorHandler
Called for errors thrown during MemCachedClient.stats() and related methods.
hashCode() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
use the sockets hashcode for this object so we can key off of SockIOs
hashCode() - Method in class com.whalin.MemCached.SockIOPool.SockIO
use the sockets hashcode for this object so we can key off of SockIOs
host - Variable in class com.schooner.MemCached.SchoonerSockIOFactory
 

I

incr(String) - Method in class com.schooner.MemCached.AscIIClient
 
incr(String, long) - Method in class com.schooner.MemCached.AscIIClient
 
incr(String, long, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
incr(String) - Method in class com.schooner.MemCached.AscIIUDPClient
 
incr(String, long) - Method in class com.schooner.MemCached.AscIIUDPClient
 
incr(String, long, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
incr(String) - Method in class com.schooner.MemCached.BinaryClient
 
incr(String, long) - Method in class com.schooner.MemCached.BinaryClient
 
incr(String, long, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
incr(String) - Method in class com.whalin.MemCached.MemCachedClient
Increment the value at the specified key by 1, and then return it.
Please make sure setPrimitiveAsString=true if the key/value pair is stored with set command.
incr(String, long) - Method in class com.whalin.MemCached.MemCachedClient
Increment the value at the specified key by passed in val.
Please make sure setPrimitiveAsString=true if the key/value pair is stored with set command.
incr(String, long, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Increment the value at the specified key by the specified increment, and then return it.
Please make sure setPrimitiveAsString=true if the key/value pair is stored with set command.
IncrdecrCommand - Class in com.schooner.MemCached.command
Increase a digital value in memcached server.
IncrdecrCommand(String, String, long, Integer) - Constructor for class com.schooner.MemCached.command.IncrdecrCommand
 
initialize() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Initializes the pool.
initialize() - Method in class com.whalin.MemCached.SockIOPool
Initializes the pool.
isAlive() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
checks to see that the connection is still working
isAlive() - Method in class com.whalin.MemCached.SockIOPool.SockIO
 
isConnected() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
checks if the connection is open
isConnected() - Method in class com.whalin.MemCached.SockIOPool.SockIO
checks if the connection is open
isHandled(Object) - Static method in class com.schooner.MemCached.NativeHandler
Detemine of object can be natively serialized by this class.
isHandled(int) - Static method in class com.schooner.MemCached.NativeHandler
 
isInitialized() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Returns state of pool.
isInitialized() - Method in class com.whalin.MemCached.SockIOPool
Returns state of pool.
isRunning() - Method in class com.whalin.MemCached.SockIOPool.MaintThread
 
isTcp - Variable in class com.schooner.MemCached.SchoonerSockIOFactory
 
isTcp() - Method in class com.schooner.MemCached.SchoonerSockIOPool
 
isUseBinaryProtocol() - Method in class com.schooner.MemCached.AscIIClient
 
isUseBinaryProtocol() - Method in class com.schooner.MemCached.AscIIUDPClient
 
isUseBinaryProtocol() - Method in class com.schooner.MemCached.BinaryClient
 
isUseBinaryProtocol() - Method in class com.whalin.MemCached.MemCachedClient
 
ITEM - Static variable in class com.whalin.MemCached.MemCachedClient
 

K

keyExists(String) - Method in class com.schooner.MemCached.AscIIClient
 
keyExists(String) - Method in class com.schooner.MemCached.AscIIUDPClient
 
keyExists(String) - Method in class com.schooner.MemCached.BinaryClient
 
keyExists(String) - Method in class com.whalin.MemCached.MemCachedClient
Checks to see if key exists in cache.

L

LineInputStream - Interface in com.whalin.MemCached
Only be used in memcached multi-get
log - Static variable in class com.schooner.MemCached.AuthSchoonerSockIOFactory
 
log - Static variable in class com.schooner.MemCached.command.FlushAllCommand
 
log - Static variable in class com.schooner.MemCached.command.IncrdecrCommand
 
log - Static variable in class com.schooner.MemCached.command.StatsCommand
 
log - Static variable in class com.schooner.MemCached.command.StorageCommand
 
log - Static variable in class com.schooner.MemCached.command.SyncAllCommand
 
log - Static variable in class com.schooner.MemCached.command.SyncCommand
 
log - Static variable in class com.whalin.MemCached.MemCachedClient
 
LOGIN - Static variable in class com.schooner.MemCached.AuthSchoonerSockIOFactory
 

M

MAGIC_REQ - Static variable in class com.whalin.MemCached.MemCachedClient
The following static constants are used for the binary protocol.
MAGIC_RESP - Static variable in class com.whalin.MemCached.MemCachedClient
 
makeObject() - Method in class com.schooner.MemCached.AuthSchoonerSockIOFactory
 
makeObject() - Method in class com.schooner.MemCached.SchoonerSockIOFactory
 
MARKER_BOOLEAN - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_BYTE - Static variable in class com.whalin.MemCached.MemCachedClient
values for cache flags
MARKER_BYTEARR - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_CHARACTER - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_DATE - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_DOUBLE - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_FLOAT - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_INTEGER - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_LONG - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_OTHERS - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_SHORT - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_STRING - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_STRINGBUFFER - Static variable in class com.whalin.MemCached.MemCachedClient
 
MARKER_STRINGBUILDER - Static variable in class com.whalin.MemCached.MemCachedClient
 
MAX_RETRY_DELAY - Static variable in class com.schooner.MemCached.SchoonerSockIOPool
 
MAX_RETRY_DELAY - Static variable in class com.whalin.MemCached.SockIOPool
 
mc - Variable in class com.schooner.MemCached.AscIIClient.NIOLoader
 
mc - Variable in class com.schooner.MemCached.BinaryClient.NIOLoader
 
MemCachedClient - Class in com.whalin.MemCached
Schooner light-weight memcached client.
MemCachedClient(MemCachedClient) - Constructor for class com.whalin.MemCached.MemCachedClient
used when you want to create a ASCIIClient/BinaryClient/UDPASCIIClient instance
MemCachedClient() - Constructor for class com.whalin.MemCached.MemCachedClient
Creates a new instance of MemCachedClient.
MemCachedClient(boolean) - Constructor for class com.whalin.MemCached.MemCachedClient
Creates a new instance of MemCachedClient.
Use binary protocol with TCP.
MemCachedClient(String) - Constructor for class com.whalin.MemCached.MemCachedClient
Creates a new instance of MemCachedClient accepting a passed in pool name.
MemCachedClient(String, boolean) - Constructor for class com.whalin.MemCached.MemCachedClient
Creates a new instance of MemCachedClient accepting a passed in pool name.
MemCachedClient(boolean, boolean) - Constructor for class com.whalin.MemCached.MemCachedClient
Create default memcached client.
MemCachedClient(String, boolean, boolean) - Constructor for class com.whalin.MemCached.MemCachedClient
Create memcached client.
MemCachedClient(String, boolean, boolean, ClassLoader, ErrorHandler) - Constructor for class com.whalin.MemCached.MemCachedClient
Deprecated.
will be removed in next release.
Please use customized transcoder AbstractTransCoder to achieve the same objective.
MemCachedClient(ClassLoader) - Constructor for class com.whalin.MemCached.MemCachedClient
Deprecated.
will be removed in next release.
Please use customized transcoder AbstractTransCoder to achieve the same objective.
MemCachedClient(ClassLoader, ErrorHandler) - Constructor for class com.whalin.MemCached.MemCachedClient
Deprecated.
will be removed in next release.
Please use customized transcoder AbstractTransCoder to achieve the same objective.
MemCachedClient(ClassLoader, ErrorHandler, String) - Constructor for class com.whalin.MemCached.MemCachedClient
Deprecated.
will be removed in next release.
Please use customized transcoder AbstractTransCoder to achieve the same objective.
MemcachedItem - Class in com.schooner.MemCached
MemcachedItem is used to hold casUnique and related memcached value.
MemcachedItem() - Constructor for class com.schooner.MemCached.MemcachedItem
 

N

nagle - Variable in class com.schooner.MemCached.SchoonerSockIOFactory
 
NATIVE_HASH - Static variable in class com.schooner.MemCached.SchoonerSockIOPool
 
NATIVE_HASH - Static variable in class com.whalin.MemCached.SockIOPool
 
NativeHandler - Class in com.schooner.MemCached
Handle encoding standard Java types directly which can result in significant memory savings: Currently the Memcached driver for Java supports the setSerialize() option.
NativeHandler() - Constructor for class com.schooner.MemCached.NativeHandler
 
NestedIOException - Exception in com.whalin.MemCached
Bridge class to provide nested Exceptions with IOException which has constructors that don't take Throwables.
NestedIOException(Throwable) - Constructor for exception com.whalin.MemCached.NestedIOException
Create a new NestedIOException instance.
NestedIOException(String, Throwable) - Constructor for exception com.whalin.MemCached.NestedIOException
 
NEW_COMPAT_HASH - Static variable in class com.schooner.MemCached.SchoonerSockIOPool
 
NEW_COMPAT_HASH - Static variable in class com.whalin.MemCached.SockIOPool
 
NOT_STORED - Static variable in class com.schooner.MemCached.command.StorageCommand
 
NOTFOUND - Static variable in class com.schooner.MemCached.command.IncrdecrCommand
 
NOTFOUND - Static variable in class com.schooner.MemCached.command.SyncCommand
 
NOTFOUND - Static variable in class com.whalin.MemCached.MemCachedClient
 
NTLM - Static variable in class com.schooner.MemCached.AuthSchoonerSockIOFactory
 
numConns - Variable in class com.schooner.MemCached.AscIIClient.NIOLoader
 
numConns - Variable in class com.schooner.MemCached.BinaryClient.NIOLoader
 

O

ObjectTransCoder - Class in com.schooner.MemCached
ObjectTransCoder is the default TransCoder used to handle the serialization and deserialization in memcached operations.
ObjectTransCoder() - Constructor for class com.schooner.MemCached.ObjectTransCoder
 
OK - Static variable in class com.schooner.MemCached.command.FlushAllCommand
 
OK - Static variable in class com.whalin.MemCached.MemCachedClient
 
OLD_COMPAT_HASH - Static variable in class com.schooner.MemCached.SchoonerSockIOPool
 
OLD_COMPAT_HASH - Static variable in class com.whalin.MemCached.SockIOPool
 
OPCODE_ADD - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_APPEND - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_AUTH_LIST - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_AUTH_STEPS - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_DECREMENT - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_DELETE - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_FLUSH - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_GET - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_GETK - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_GETKQ - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_GETQ - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_INCREMENT - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_NOOP - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_PREPEND - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_QUIT - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_REPLACE - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_SET - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_START_AUTH - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_STAT - Static variable in class com.whalin.MemCached.MemCachedClient
 
OPCODE_VERSION - Static variable in class com.whalin.MemCached.MemCachedClient
 

P

plain(String, String) - Static method in class com.schooner.MemCached.AuthInfo
 
PLAIN - Static variable in class com.schooner.MemCached.AuthSchoonerSockIOFactory
 
PlainCallbackHandler - Class in com.schooner.MemCached
 
PlainCallbackHandler(String, String) - Constructor for class com.schooner.MemCached.PlainCallbackHandler
 
prepend(String, Object, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
prepend(String, Object) - Method in class com.schooner.MemCached.AscIIClient
 
prepend(String, Object, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
prepend(String, Object) - Method in class com.schooner.MemCached.AscIIUDPClient
 
prepend(String, Object, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
prepend(String, Object) - Method in class com.schooner.MemCached.BinaryClient
 
prepend(String, Object, Integer) - Method in class com.whalin.MemCached.MemCachedClient
 
prepend(String, Object) - Method in class com.whalin.MemCached.MemCachedClient
 
preWrite() - Method in class com.schooner.MemCached.SchoonerSockIO
 
preWrite() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
 
preWrite() - Method in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 

R

read() - Method in class com.schooner.MemCached.ByteBufArrayInputStream
 
read(byte[], int, int) - Method in class com.schooner.MemCached.ByteBufArrayInputStream
 
read(byte[]) - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
 
read(byte[]) - Method in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
read() - Method in class com.schooner.MemCached.SockInputStream
 
read(byte[], int, int) - Method in class com.schooner.MemCached.SockInputStream
 
read(byte[]) - Method in interface com.whalin.MemCached.LineInputStream
Read some bytes.
read(byte[]) - Method in class com.whalin.MemCached.SockIOPool.SockIO
reads length bytes into the passed in byte array from dtream
readBuf - Variable in class com.schooner.MemCached.SchoonerSockIO
 
readBytes(int) - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
read fix length data from server and store it in the readBuf
readLine() - Method in class com.schooner.MemCached.ByteBufArrayInputStream
 
readLine() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
 
readLine() - Method in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
readLine() - Method in interface com.whalin.MemCached.LineInputStream
Read everything up to the next end-of-line.
readLine() - Method in class com.whalin.MemCached.SockIOPool.SockIO
reads a line intentionally not using the deprecated readLine method from DataInputStream
readResponse(SelectionKey) - Method in class com.schooner.MemCached.AscIIClient.NIOLoader
 
readResponse(SelectionKey) - Method in class com.schooner.MemCached.BinaryClient.NIOLoader
 
removeSocketFromPool(Map<String, Map<SockIOPool.SockIO, Long>>, String, SockIOPool.SockIO) - Method in class com.whalin.MemCached.SockIOPool
Removes a socket from specified pool for host.
replace(String, Object) - Method in class com.schooner.MemCached.AscIIClient
 
replace(String, Object, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
replace(String, Object, Date) - Method in class com.schooner.MemCached.AscIIClient
 
replace(String, Object, Date, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
replace(String, Object) - Method in class com.schooner.MemCached.AscIIUDPClient
 
replace(String, Object, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
replace(String, Object, Date) - Method in class com.schooner.MemCached.AscIIUDPClient
 
replace(String, Object, Date, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
replace(String, Object) - Method in class com.schooner.MemCached.BinaryClient
 
replace(String, Object, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
replace(String, Object, Date) - Method in class com.schooner.MemCached.BinaryClient
 
replace(String, Object, Date, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
replace(String, Object) - Method in class com.whalin.MemCached.MemCachedClient
Updates data on the server; only the key and the value are specified.
replace(String, Object, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Updates data on the server; only the key and the value and an optional hash are specified.
replace(String, Object, Date) - Method in class com.whalin.MemCached.MemCachedClient
Updates data on the server; the key, value, and an expiration time are specified.
replace(String, Object, Date, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Updates data on the server; the key, value, and an expiration time are specified.
request(SchoonerSockIO) - Method in class com.schooner.MemCached.command.Command
 
request(SchoonerSockIO) - Method in class com.schooner.MemCached.command.StorageCommand
 
REQUESTID - Static variable in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
UDP datagram frame header:
RESERVED - Static variable in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
resetCount() - Method in class com.schooner.MemCached.SockOutputStream
reset the count;
resolveClass(ObjectStreamClass) - Method in class com.whalin.MemCached.ContextObjectInputStream
 
response(SchoonerSockIO, short) - Method in class com.schooner.MemCached.command.DeletionCommand
 
response(SchoonerSockIO, short) - Method in class com.schooner.MemCached.command.FlushAllCommand
 
response(SchoonerSockIO, short) - Method in class com.schooner.MemCached.command.IncrdecrCommand
 
response(SchoonerSockIO, TransCoder, short) - Method in class com.schooner.MemCached.command.RetrievalCommand
 
response(SchoonerSockIO, short) - Method in class com.schooner.MemCached.command.StatsCommand
 
response(SchoonerSockIO, short) - Method in class com.schooner.MemCached.command.StorageCommand
 
response(SchoonerSockIO, short) - Method in class com.schooner.MemCached.command.SyncAllCommand
 
response(SchoonerSockIO, short) - Method in class com.schooner.MemCached.command.SyncCommand
 
RetrievalCommand - Class in com.schooner.MemCached.command
Retrieve a item from memcached server.
RetrievalCommand(String, String) - Constructor for class com.schooner.MemCached.command.RetrievalCommand
request: "get *\r\n" or "gets *\r\n" response: "[item]*END\r\n" item: "VALUE []\r\n\r\n"
RetrievalCommand.ResponseParser - Class in com.schooner.MemCached.command
 
RetrievalCommand.ResponseParser() - Constructor for class com.schooner.MemCached.command.RetrievalCommand.ResponseParser
 
RetrievalCommand.Value - Class in com.schooner.MemCached.command
 
RetrievalCommand.Value() - Constructor for class com.schooner.MemCached.command.RetrievalCommand.Value
 
RETURN - Static variable in class com.schooner.MemCached.command.Command
 
retvalue - Variable in class com.schooner.MemCached.command.RetrievalCommand.ResponseParser
 
run() - Method in class com.whalin.MemCached.SockIOPool.MaintThread
Start the thread.

S

SchoonerSockIO - Class in com.schooner.MemCached
An adapter of com.danga.MemCached.SockIOPool.SockIO.
SchoonerSockIO(GenericObjectPool, int) - Constructor for class com.schooner.MemCached.SchoonerSockIO
 
SchoonerSockIOFactory - Class in com.schooner.MemCached
SchoonerSockIOFactory is used to create and destroy socket for connection pool.
SchoonerSockIOFactory(String, boolean, int, int, int, boolean) - Constructor for class com.schooner.MemCached.SchoonerSockIOFactory
 
SchoonerSockIOPool - Class in com.schooner.MemCached
This class is a connection pool for maintaning a pool of persistent connections
to memcached servers.
SchoonerSockIOPool(boolean) - Constructor for class com.schooner.MemCached.SchoonerSockIOPool
 
SchoonerSockIOPool.TCPSockIO - Class in com.schooner.MemCached
MemCached Java client, utility class for Socket IO.
SchoonerSockIOPool.TCPSockIO(GenericObjectPool, String, int, int, int, boolean) - Constructor for class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
creates a new SockIO object wrapping a socket connection to host:port, and its input and output streams
SchoonerSockIOPool.UDPSockIO - Class in com.schooner.MemCached
 
SchoonerSockIOPool.UDPSockIO(GenericObjectPool, String, int, int) - Constructor for class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
selector - Variable in class com.schooner.MemCached.AscIIClient.NIOLoader
 
selector - Variable in class com.schooner.MemCached.BinaryClient.NIOLoader
 
selfMaint() - Method in class com.whalin.MemCached.SockIOPool
Runs self maintenance on all internal pools.
SEQENCE - Static variable in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
SERVER_ERROR - Static variable in class com.schooner.MemCached.command.StatsCommand
 
SERVER_ERROR - Static variable in class com.whalin.MemCached.MemCachedClient
 
set(String, Object) - Method in class com.schooner.MemCached.AscIIClient
 
set(String, Object, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
set(String, Object, Date) - Method in class com.schooner.MemCached.AscIIClient
 
set(String, Object, Date, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
set(String, Object) - Method in class com.schooner.MemCached.AscIIUDPClient
 
set(String, Object, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
set(String, Object, Date) - Method in class com.schooner.MemCached.AscIIUDPClient
 
set(String, Object, Date, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
set(String, Object) - Method in class com.schooner.MemCached.BinaryClient
 
set(String, Object, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
set(String, Object, Date) - Method in class com.schooner.MemCached.BinaryClient
 
set(String, Object, Date, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
set(String, Object) - Method in class com.whalin.MemCached.MemCachedClient
Stores data on the server; only the key and the value are specified.
set(String, Object, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Stores data on the server; only the key and the value are specified.
set(String, Object, Date) - Method in class com.whalin.MemCached.MemCachedClient
Stores data on the server; the key, value, and an expiration time are specified.
set(String, Object, Date, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Stores data on the server; the key, value, and an expiration time are specified.
setAliveCheck(boolean) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the aliveCheck flag for the pool.
setAliveCheck(boolean) - Method in class com.whalin.MemCached.SockIOPool
Sets the aliveCheck flag for the pool.
setBufferSize(int) - Method in class com.schooner.MemCached.SchoonerSockIO
 
setBufferSize(int) - Method in class com.schooner.MemCached.SchoonerSockIOPool
 
setBufferSize(int) - Method in class com.whalin.MemCached.SockIOPool
In memcached 1.4+, user can specify memory size for each memcached item.
You can specify it with parameter "-I" in the server side.
While in our client side, we make the max memcached item size with the default value 1Mb.
In this scenario, you can extend the size as what you want, please be sure you have enough memory in the client side, since we are using direct buffer to hold the memory, they will not be free until shutdown.
setClassLoader(ClassLoader) - Method in class com.whalin.MemCached.MemCachedClient
Deprecated.
will be removed in next release.
Please use customized transcoder AbstractTransCoder to achieve the same objective.
setCompressEnable(boolean) - Method in class com.whalin.MemCached.MemCachedClient
Deprecated.
will be removed in next release.
setCompressThreshold(long) - Method in class com.whalin.MemCached.MemCachedClient
Deprecated.
will be removed in next release.
setDefaultEncoding(String) - Method in class com.schooner.MemCached.AscIIClient
 
setDefaultEncoding(String) - Method in class com.schooner.MemCached.AscIIUDPClient
 
setDefaultEncoding(String) - Method in class com.schooner.MemCached.BinaryClient
 
setDefaultEncoding(String) - Method in class com.whalin.MemCached.MemCachedClient
Sets default String encoding when storing primitives as Strings.
setErrorHandler(ErrorHandler) - Method in class com.whalin.MemCached.MemCachedClient
Deprecated.
will be removed in next release. The purpose of adding this support was to make it compatible with previous releases.
setFailback(boolean) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the failback flag for the pool.
setFailback(boolean) - Method in class com.whalin.MemCached.SockIOPool
Sets the failback flag for the pool.
setFailover(boolean) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the failover flag for the pool.
setFailover(boolean) - Method in class com.whalin.MemCached.SockIOPool
Sets the failover flag for the pool.
setHashingAlg(int) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the hashing algorithm we will use.
setHashingAlg(int) - Method in class com.whalin.MemCached.SockIOPool
Sets the hashing algorithm we will use.
setInitConn(int) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the initial number of connections per server in the available pool.
setInitConn(int) - Method in class com.whalin.MemCached.SockIOPool
Sets the initial number of connections per server in the available pool.
setInterval(long) - Method in class com.whalin.MemCached.SockIOPool.MaintThread
 
setMaintSleep(long) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Set the sleep time between runs of the pool maintenance thread.
setMaintSleep(long) - Method in class com.whalin.MemCached.SockIOPool
Set the sleep time between runs of the pool maintenance thread.
setMaxBusyTime(long) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the max busy time for threads in the busy pool.
setMaxBusyTime(long) - Method in class com.whalin.MemCached.SockIOPool
Sets the max busy time for threads in the busy pool.
setMaxConn(int) - Method in class com.schooner.MemCached.SchoonerSockIOPool
 
setMaxConn(int) - Method in class com.whalin.MemCached.SockIOPool
Sets the maximum number of spare connections allowed in our available pool.
setMaxIdle(long) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the max idle time for threads in the available pool.
setMaxIdle(long) - Method in class com.whalin.MemCached.SockIOPool
Sets the max idle time for threads in the available pool.
setMinConn(int) - Method in class com.schooner.MemCached.SchoonerSockIOPool
 
setMinConn(int) - Method in class com.whalin.MemCached.SockIOPool
Sets the minimum number of spare connections to maintain in our available pool.
setNagle(boolean) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the Nagle alg flag for the pool.
setNagle(boolean) - Method in class com.whalin.MemCached.SockIOPool
Sets the Nagle alg flag for the pool.
setPrimitiveAsString(boolean) - Method in class com.schooner.MemCached.AscIIClient
 
setPrimitiveAsString(boolean) - Method in class com.schooner.MemCached.AscIIUDPClient
 
setPrimitiveAsString(boolean) - Method in class com.schooner.MemCached.BinaryClient
 
setPrimitiveAsString(boolean) - Method in class com.whalin.MemCached.MemCachedClient
Enables storing primitive types as their String values.
setSanitizeKeys(boolean) - Method in class com.schooner.MemCached.AscIIClient
 
setSanitizeKeys(boolean) - Method in class com.schooner.MemCached.AscIIUDPClient
 
setSanitizeKeys(boolean) - Method in class com.schooner.MemCached.BinaryClient
 
setSanitizeKeys(boolean) - Method in class com.whalin.MemCached.MemCachedClient
Enables/disables sanitizing keys by URLEncoding.
setServers(String[]) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the list of all cache servers.
setServers(String[]) - Method in class com.whalin.MemCached.SockIOPool
Sets the list of all cache servers.
setSocketConnectTO(int) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the socket timeout for connect.
setSocketConnectTO(int) - Method in class com.whalin.MemCached.SockIOPool
Sets the socket timeout for connect.
setSockets(GenericObjectPool) - Method in class com.schooner.MemCached.SchoonerSockIOFactory
 
setSocketTO(int) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the socket timeout for reads.
setSocketTO(int) - Method in class com.whalin.MemCached.SockIOPool
Sets the socket timeout for reads.
setTransCoder(TransCoder) - Method in class com.schooner.MemCached.AscIIClient
set transcoder.
setTransCoder(TransCoder) - Method in class com.schooner.MemCached.AscIIUDPClient
set transcoder.
setTransCoder(TransCoder) - Method in class com.schooner.MemCached.BinaryClient
 
setTransCoder(TransCoder) - Method in class com.whalin.MemCached.MemCachedClient
 
setWeights(Integer[]) - Method in class com.schooner.MemCached.SchoonerSockIOPool
Sets the list of weights to apply to the server list.
setWeights(Integer[]) - Method in class com.whalin.MemCached.SockIOPool
Sets the list of weights to apply to the server list.
shutDown() - Method in class com.schooner.MemCached.SchoonerSockIOPool
Shuts down the pool.
shutDown() - Method in class com.whalin.MemCached.SockIOPool
Shuts down the pool.
sockChannel - Variable in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
 
socketConnectTO - Variable in class com.schooner.MemCached.SchoonerSockIOFactory
 
sockets - Variable in class com.schooner.MemCached.SchoonerSockIO
 
sockets - Variable in class com.schooner.MemCached.SchoonerSockIOFactory
 
socketTO - Variable in class com.schooner.MemCached.SchoonerSockIOFactory
 
SockInputStream - Class in com.schooner.MemCached
SockInputStream is a inputstream based on a socket.
SockInputStream(SchoonerSockIO, int) - Constructor for class com.schooner.MemCached.SockInputStream
Constructor.
SockInputStream(SchoonerSockIO) - Constructor for class com.schooner.MemCached.SockInputStream
Constructor.
SockIOPool - Class in com.whalin.MemCached
This class is a connection pool for maintaning a pool of persistent connections
to memcached servers.
SockIOPool() - Constructor for class com.whalin.MemCached.SockIOPool
 
SockIOPool.MaintThread - Class in com.whalin.MemCached
Class which extends thread and handles maintenance of the pool.
SockIOPool.MaintThread(SockIOPool) - Constructor for class com.whalin.MemCached.SockIOPool.MaintThread
 
SockIOPool.SockIO - Class in com.whalin.MemCached
MemCached client for Java, utility class for Socket IO.
SockIOPool.SockIO(SockIOPool, String, int, int, int, boolean) - Constructor for class com.whalin.MemCached.SockIOPool.SockIO
creates a new SockIO object wrapping a socket connection to host:port, and its input and output streams
SockIOPool.SockIO(SockIOPool, String, int, int, boolean) - Constructor for class com.whalin.MemCached.SockIOPool.SockIO
creates a new SockIO object wrapping a socket connection to host:port, and its input and output streams
SockOutputStream - Class in com.schooner.MemCached
SockOutputStream is a outputstream based on socket.
SockOutputStream(SchoonerSockIO) - Constructor for class com.schooner.MemCached.SockOutputStream
Constructor with SockIO.
STAT_INVALID_ARGUMENTS - Static variable in class com.whalin.MemCached.MemCachedClient
 
STAT_ITEM_NOT_STORED - Static variable in class com.whalin.MemCached.MemCachedClient
 
STAT_KEY_EXISTS - Static variable in class com.whalin.MemCached.MemCachedClient
 
STAT_KEY_NOT_FOUND - Static variable in class com.whalin.MemCached.MemCachedClient
 
STAT_NO_ERROR - Static variable in class com.whalin.MemCached.MemCachedClient
 
STAT_OUT_OF_MEMORY - Static variable in class com.whalin.MemCached.MemCachedClient
 
STAT_UNKNOWN_COMMAND - Static variable in class com.whalin.MemCached.MemCachedClient
 
STAT_VALUE_TOO_BIG - Static variable in class com.whalin.MemCached.MemCachedClient
 
stats() - Method in class com.schooner.MemCached.AscIIClient
 
stats(String[]) - Method in class com.schooner.MemCached.AscIIClient
 
stats() - Method in class com.schooner.MemCached.AscIIUDPClient
 
stats(String[]) - Method in class com.schooner.MemCached.AscIIUDPClient
 
stats() - Method in class com.schooner.MemCached.BinaryClient
 
stats(String[]) - Method in class com.schooner.MemCached.BinaryClient
 
STATS - Static variable in class com.whalin.MemCached.MemCachedClient
 
stats() - Method in class com.whalin.MemCached.MemCachedClient
Retrieves stats for all servers.
stats(String[]) - Method in class com.whalin.MemCached.MemCachedClient
Retrieves stats for passed in servers (or all servers).
statsCacheDump(int, int) - Method in class com.schooner.MemCached.AscIIClient
 
statsCacheDump(String[], int, int) - Method in class com.schooner.MemCached.AscIIClient
 
statsCacheDump(int, int) - Method in class com.schooner.MemCached.AscIIUDPClient
 
statsCacheDump(String[], int, int) - Method in class com.schooner.MemCached.AscIIUDPClient
 
statsCacheDump(int, int) - Method in class com.schooner.MemCached.BinaryClient
 
statsCacheDump(String[], int, int) - Method in class com.schooner.MemCached.BinaryClient
 
statsCacheDump(int, int) - Method in class com.whalin.MemCached.MemCachedClient
Retrieves items cachedump for all servers.
statsCacheDump(String[], int, int) - Method in class com.whalin.MemCached.MemCachedClient
Retrieves stats for passed in servers (or all servers).
StatsCommand - Class in com.schooner.MemCached.command
Get the state of memcached server.
StatsCommand(String, String) - Constructor for class com.schooner.MemCached.command.StatsCommand
 
statsItems() - Method in class com.schooner.MemCached.AscIIClient
 
statsItems(String[]) - Method in class com.schooner.MemCached.AscIIClient
 
statsItems() - Method in class com.schooner.MemCached.AscIIUDPClient
 
statsItems(String[]) - Method in class com.schooner.MemCached.AscIIUDPClient
 
statsItems() - Method in class com.schooner.MemCached.BinaryClient
 
statsItems(String[]) - Method in class com.schooner.MemCached.BinaryClient
 
statsItems() - Method in class com.whalin.MemCached.MemCachedClient
Retrieves stats items for all servers.
statsItems(String[]) - Method in class com.whalin.MemCached.MemCachedClient
Retrieves stats for passed in servers (or all servers).
statsSlabs() - Method in class com.schooner.MemCached.AscIIClient
 
statsSlabs(String[]) - Method in class com.schooner.MemCached.AscIIClient
 
statsSlabs() - Method in class com.schooner.MemCached.AscIIUDPClient
 
statsSlabs(String[]) - Method in class com.schooner.MemCached.AscIIUDPClient
 
statsSlabs() - Method in class com.schooner.MemCached.BinaryClient
 
statsSlabs(String[]) - Method in class com.schooner.MemCached.BinaryClient
 
statsSlabs() - Method in class com.whalin.MemCached.MemCachedClient
Retrieves stats items for all servers.
statsSlabs(String[]) - Method in class com.whalin.MemCached.MemCachedClient
Retrieves stats for passed in servers (or all servers).
stopThread() - Method in class com.whalin.MemCached.SockIOPool.MaintThread
sets stop variable and interupts any wait
StorageCommand - Class in com.schooner.MemCached.command
This command implements the set command using memcached UDP protocol.
StorageCommand(String, String, Object, Date, Integer, Long) - Constructor for class com.schooner.MemCached.command.StorageCommand
set request textline: "set [noreply]\r\n"
StorageCommand(String, String, Object, Date, Integer, Long, TransCoder) - Constructor for class com.schooner.MemCached.command.StorageCommand
set request textline: "set [noreply]\r\n"
storeCounter(String, Long) - Method in class com.whalin.MemCached.MemCachedClient
Store a counter to memcached given a key
storeCounter(String, Long, Date) - Method in class com.whalin.MemCached.MemCachedClient
Store a counter to memcached given a key
storeCounter(String, Long, Date, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Store a counter to memcached given a key
storeCounter(String, Long, Integer) - Method in class com.whalin.MemCached.MemCachedClient
Store a counter to memcached given a key
STORED - Static variable in class com.schooner.MemCached.command.StorageCommand
 
STORED - Static variable in class com.whalin.MemCached.MemCachedClient
 
sync(String, Integer) - Method in class com.schooner.MemCached.AscIIClient
 
sync(String) - Method in class com.schooner.MemCached.AscIIClient
 
sync(String, Integer) - Method in class com.schooner.MemCached.AscIIUDPClient
 
sync(String) - Method in class com.schooner.MemCached.AscIIUDPClient
 
sync(String, Integer) - Method in class com.schooner.MemCached.BinaryClient
 
sync(String) - Method in class com.schooner.MemCached.BinaryClient
 
sync(String, Integer) - Method in class com.whalin.MemCached.MemCachedClient
 
sync(String) - Method in class com.whalin.MemCached.MemCachedClient
 
syncAll() - Method in class com.schooner.MemCached.AscIIClient
 
syncAll(String[]) - Method in class com.schooner.MemCached.AscIIClient
 
syncAll() - Method in class com.schooner.MemCached.AscIIUDPClient
 
syncAll(String[]) - Method in class com.schooner.MemCached.AscIIUDPClient
 
syncAll() - Method in class com.schooner.MemCached.BinaryClient
 
syncAll(String[]) - Method in class com.schooner.MemCached.BinaryClient
 
syncAll() - Method in class com.whalin.MemCached.MemCachedClient
 
syncAll(String[]) - Method in class com.whalin.MemCached.MemCachedClient
 
SyncAllCommand - Class in com.schooner.MemCached.command
Sync all the data to flash.
SyncAllCommand() - Constructor for class com.schooner.MemCached.command.SyncAllCommand
 
SyncCommand - Class in com.schooner.MemCached.command
Sync specified item to flash.
SyncCommand(String, Integer) - Constructor for class com.schooner.MemCached.command.SyncCommand
 
SYNCED - Static variable in class com.schooner.MemCached.command.SyncAllCommand
 
SYNCED - Static variable in class com.schooner.MemCached.command.SyncCommand
 
SYNCED - Static variable in class com.whalin.MemCached.MemCachedClient
 

T

textLine - Variable in class com.schooner.MemCached.command.Command
 
toInt(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
This works by taking each of the bit patterns and converting them to ints taking into account 2s complement and then adding them..
toLong(byte[]) - Static method in class com.schooner.MemCached.NativeHandler
 
toString() - Method in class com.schooner.MemCached.ByteBufArrayInputStream
 
toString() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
returns the string representation of this socket
toString() - Method in class com.whalin.MemCached.SockIOPool.SockIO
returns the string representation of this socket
TOTAL - Static variable in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
TransCoder - Interface in com.schooner.MemCached
TransCoder is used to customize the serialization and deserialization in memcached operations.
trueClose() - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
closes socket and all streams connected to it
trueClose(boolean) - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
 
trueClose() - Method in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
trueClose(boolean) - Method in class com.schooner.MemCached.SchoonerSockIOPool.UDPSockIO
 
trueClose() - Method in class com.whalin.MemCached.SockIOPool.SockIO
closes socket and all streams connected to it
trueClose(boolean) - Method in class com.whalin.MemCached.SockIOPool.SockIO
closes socket and all streams connected to it
typical(String, String) - Static method in class com.schooner.MemCached.AuthInfo
 

V

validateObject(Object) - Method in class com.schooner.MemCached.SchoonerSockIOFactory
 
value - Variable in class com.schooner.MemCached.MemcachedItem
 
VALUE - Static variable in class com.whalin.MemCached.MemCachedClient
 

W

willRead(int) - Method in class com.schooner.MemCached.SockInputStream
set limited length to read.
write(byte[]) - Method in class com.schooner.MemCached.SchoonerSockIOPool.TCPSockIO
writes a byte array to the output stream
write(int) - Method in class com.schooner.MemCached.SockOutputStream
 
write(byte[]) - Method in class com.schooner.MemCached.SockOutputStream
 
write(byte[], int, int) - Method in class com.schooner.MemCached.SockOutputStream
 
write(byte[]) - Method in class com.whalin.MemCached.SockIOPool.SockIO
writes a byte array to the output stream
writeBuf - Variable in class com.schooner.MemCached.SchoonerSockIO
 
writeRequest(SelectionKey) - Method in class com.schooner.MemCached.AscIIClient.NIOLoader
 
writeRequest(SelectionKey) - Method in class com.schooner.MemCached.BinaryClient.NIOLoader
 
A B C D E F G H I K L M N O P R S T V W 

Copyright © 2012 Schooner Information Technology. All Rights Reserved.