- waitForQueues(long, TimeUnit) - Method in class net.spy.memcached.MemcachedClient
-
Wait for the queues to die down.
- waitForQueues(long, TimeUnit) - Method in interface net.spy.memcached.MemcachedClientIF
-
- waitForQueues(long, TimeUnit) - Method in class net.spy.memcached.TapConnectionProvider
-
Wait for the queues to die down.
- warn(Object, Throwable) - Method in class net.spy.memcached.compat.log.AbstractLogger
-
Log a message at warning level.
- warn(String, Object...) - Method in class net.spy.memcached.compat.log.AbstractLogger
-
Log a formatted message at debug level.
- warn(Object) - Method in class net.spy.memcached.compat.log.AbstractLogger
-
Log a message at warning level.
- warn(Object, Throwable) - Method in interface net.spy.memcached.compat.log.Logger
-
Log a message at warning level.
- warn(Object) - Method in interface net.spy.memcached.compat.log.Logger
-
Log a message at warning level.
- warn(String, Object...) - Method in interface net.spy.memcached.compat.log.Logger
-
Log a formatted message at debug level.
- WhalinTranscoder - Class in net.spy.memcached.transcoders
-
Transcoder that provides compatibility with Greg Whalin's memcached client.
- WhalinTranscoder() - Constructor for class net.spy.memcached.transcoders.WhalinTranscoder
-
- WhalinV1Transcoder - Class in net.spy.memcached.transcoders
-
Handles old whalin (tested with v1.6) encoding: data type is in the first
byte of the value.
- WhalinV1Transcoder() - Constructor for class net.spy.memcached.transcoders.WhalinV1Transcoder
-
- writeComplete() - Method in interface net.spy.memcached.ops.Operation
-
Invoked after having written all of the bytes from the supplied output
buffer.
- writeComplete() - Method in class net.spy.memcached.protocol.BaseOperationImpl
-
- writeSome() - Method in interface net.spy.memcached.MemcachedNode
-
Write some bytes and return the number of bytes written.
- writeSome() - Method in class net.spy.memcached.protocol.TCPMemcachedNodeImpl
-
- writing() - Method in interface net.spy.memcached.ops.Operation
-
Invoked when we start writing all of the bytes from this operation to
the sockets write buffer.
- writing() - Method in class net.spy.memcached.protocol.BaseOperationImpl
-