- 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(String, boolean, int, int, int, boolean, AuthInfo) - Constructor for class com.schooner.MemCached.AuthSchoonerSockIOFactory
-
- available() - Method in class com.schooner.MemCached.SockInputStream
-
- 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.
- 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(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(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(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
-