Uses of Interface
net.rubyeye.xmemcached.networking.MemcachedSession
-
Packages that use MemcachedSession Package Description net.rubyeye.xmemcached.auth Memcached 1.4.3 or later version has supported SASL authentication,these classes are used for thatnet.rubyeye.xmemcached.command.text Memcached text protocol implementationsnet.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 MemcachedSession in net.rubyeye.xmemcached.auth
Methods in net.rubyeye.xmemcached.auth with parameters of type MemcachedSession Modifier and Type Method Description void
AuthMemcachedConnectListener. onConnect(MemcachedSession session, MemcachedClient client)
-
Uses of MemcachedSession in net.rubyeye.xmemcached.command.text
Methods in net.rubyeye.xmemcached.command.text with parameters of type MemcachedSession Modifier and Type Method Description private boolean
TextAWSElasticCacheConfigCommand. done(MemcachedSession session)
private boolean
TextCacheDumpCommand. done(MemcachedSession session)
protected boolean
TextStatsCommand. done(MemcachedSession session)
-
Uses of MemcachedSession in net.rubyeye.xmemcached.impl
Classes in net.rubyeye.xmemcached.impl that implement MemcachedSession Modifier and Type Class Description class
ClosedMemcachedTCPSession
Closed sessionclass
MemcachedTCPSession
Connected session for a memcached serverMethods in net.rubyeye.xmemcached.impl that return MemcachedSession Modifier and Type Method Description private MemcachedSession
MemcachedConnector. findStandbySession(MemcachedSession session)
Methods in net.rubyeye.xmemcached.impl with parameters of type MemcachedSession Modifier and Type Method Description private MemcachedSession
MemcachedConnector. findStandbySession(MemcachedSession session)
-
Uses of MemcachedSession in net.rubyeye.xmemcached.networking
Methods in net.rubyeye.xmemcached.networking with parameters of type MemcachedSession Modifier and Type Method Description void
MemcachedSessionConnectListener. onConnect(MemcachedSession session, MemcachedClient client)
-