Class SpyMemcachedClient

java.lang.Object
net.spy.memcached.compat.SpyObject
net.spy.memcached.MemcachedClient
io.datarouter.client.memcached.client.spy.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, transcoder

    Fields inherited from interface net.spy.memcached.MemcachedClientIF

    MAX_KEY_LENGTH
  • Constructor Summary

    Constructors 
    Constructor Description
    SpyMemcachedClient​(net.spy.memcached.ConnectionFactory connectionFactory, java.util.List<java.net.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, waitForQueues

    Methods inherited from class net.spy.memcached.compat.SpyObject

    getLogger

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SpyMemcachedClient

      public SpyMemcachedClient​(net.spy.memcached.ConnectionFactory connectionFactory, java.util.List<java.net.InetSocketAddress> addresses) throws java.io.IOException
      Throws:
      java.io.IOException