Uses of Class
net.rubyeye.xmemcached.impl.ReconnectRequest
-
Packages that use ReconnectRequest Package Description net.rubyeye.xmemcached XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.net.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor.net.rubyeye.xmemcached.networking Networking layout to talk with memcached. -
-
Uses of ReconnectRequest in net.rubyeye.xmemcached
Methods in net.rubyeye.xmemcached that return types with arguments of type ReconnectRequest Modifier and Type Method Description java.util.Queue<ReconnectRequest>MemcachedClient. getReconnectRequestQueue()Returns reconnecting task queue,the queue is thread-safe and 'weakly consistent',but maybe you should not modify it at all.java.util.Queue<ReconnectRequest>XMemcachedClient. getReconnectRequestQueue() -
Uses of ReconnectRequest in net.rubyeye.xmemcached.impl
Fields in net.rubyeye.xmemcached.impl with type parameters of type ReconnectRequest Modifier and Type Field Description private java.util.concurrent.DelayQueue<ReconnectRequest>MemcachedConnector. waitingQueueMethods in net.rubyeye.xmemcached.impl that return types with arguments of type ReconnectRequest Modifier and Type Method Description java.util.Queue<ReconnectRequest>MemcachedConnector. getReconnectRequestQueue()Methods in net.rubyeye.xmemcached.impl with parameters of type ReconnectRequest Modifier and Type Method Description voidMemcachedConnector. addToWatingQueue(ReconnectRequest request)private voidMemcachedConnector.SessionMonitor. rescheduleConnectRequest(ReconnectRequest request) -
Uses of ReconnectRequest in net.rubyeye.xmemcached.networking
Methods in net.rubyeye.xmemcached.networking that return types with arguments of type ReconnectRequest Modifier and Type Method Description java.util.Queue<ReconnectRequest>Connector. getReconnectRequestQueue()Methods in net.rubyeye.xmemcached.networking with parameters of type ReconnectRequest Modifier and Type Method Description voidConnector. addToWatingQueue(ReconnectRequest request)
-