Class SpyMemcachedClient
java.lang.Object
net.spy.memcached.compat.SpyObject
net.spy.memcached.MemcachedClient
io.datarouter.client.memcached.client.SpyMemcachedClient
- All Implemented Interfaces:
net.spy.memcached.ConnectionObserver,net.spy.memcached.MemcachedClientIF
public class SpyMemcachedClient
extends net.spy.memcached.MemcachedClient
-
Field Summary
Fields inherited from class net.spy.memcached.MemcachedClient
authDescriptor, authMonitor, connFactory, executorService, mconn, operationTimeout, opFact, shuttingDown, tcService, transcoderFields inherited from interface net.spy.memcached.MemcachedClientIF
MAX_KEY_LENGTH -
Constructor Summary
Constructors Constructor Description SpyMemcachedClient(net.spy.memcached.ConnectionFactory connectionFactory, List<InetSocketAddress> addresses) -
Method Summary
Methods inherited from class net.spy.memcached.MemcachedClient
add, add, addObserver, append, append, append, append, asyncCAS, asyncCAS, asyncCAS, asyncCAS, asyncDecr, asyncDecr, asyncDecr, asyncDecr, asyncDecr, asyncDecr, asyncGet, asyncGet, asyncGetAndTouch, asyncGetAndTouch, asyncGetBulk, asyncGetBulk, asyncGetBulk, asyncGetBulk, asyncGetBulk, asyncGetBulk, asyncGetBulk, asyncGetBulk, asyncGets, asyncGets, asyncIncr, asyncIncr, asyncIncr, asyncIncr, asyncIncr, asyncIncr, broadcastOp, broadcastOp, cas, cas, cas, cas, connectionEstablished, connectionLost, decr, decr, decr, decr, decr, decr, delete, delete, delete, flush, flush, get, get, getAndTouch, getAndTouch, getAvailableServers, getBulk, getBulk, getBulk, getBulk, getBulk, getBulk, getConnection, getExecutorService, getNodeLocator, getOperationTimeout, gets, gets, getStats, getStats, getTranscoder, getTranscoderService, getUnavailableServers, getVersions, incr, incr, incr, incr, incr, incr, listSaslMechanisms, prepend, prepend, prepend, prepend, removeObserver, replace, replace, set, set, shutdown, shutdown, toString, touch, touch, waitForQueuesMethods inherited from class net.spy.memcached.compat.SpyObject
getLogger
-
Constructor Details
-
SpyMemcachedClient
public SpyMemcachedClient(net.spy.memcached.ConnectionFactory connectionFactory, List<InetSocketAddress> addresses) throws IOException- Throws:
IOException
-