Uses of Class
net.rubyeye.xmemcached.impl.ReconnectRequest
Packages that use ReconnectRequest
Package
Description
XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.
Manage tcp connection,memcached protocol optimized,and some MBeans for monitor.
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 ReconnectRequestModifier and TypeMethodDescriptionMemcachedClient.getReconnectRequestQueue()
Returns reconnecting task queue,the queue is thread-safe and 'weakly consistent',but maybe you should not modify it at all.XMemcachedClient.getReconnectRequestQueue()
-
Uses of ReconnectRequest in net.rubyeye.xmemcached.impl
Fields in net.rubyeye.xmemcached.impl with type parameters of type ReconnectRequestModifier and TypeFieldDescriptionprivate final DelayQueue
<ReconnectRequest> MemcachedConnector.waitingQueue
Methods in net.rubyeye.xmemcached.impl that return types with arguments of type ReconnectRequestMethods in net.rubyeye.xmemcached.impl with parameters of type ReconnectRequestModifier and TypeMethodDescriptionvoid
MemcachedConnector.addToWatingQueue
(ReconnectRequest request) private void
MemcachedConnector.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 ReconnectRequestMethods in net.rubyeye.xmemcached.networking with parameters of type ReconnectRequest