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 voidAuthMemcachedConnectListener. 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 booleanTextAWSElasticCacheConfigCommand. done(MemcachedSession session)private booleanTextCacheDumpCommand. done(MemcachedSession session)protected booleanTextStatsCommand. 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 classClosedMemcachedTCPSessionClosed sessionclassMemcachedTCPSessionConnected session for a memcached serverMethods in net.rubyeye.xmemcached.impl that return MemcachedSession Modifier and Type Method Description private MemcachedSessionMemcachedConnector. findStandbySession(MemcachedSession session)Methods in net.rubyeye.xmemcached.impl with parameters of type MemcachedSession Modifier and Type Method Description private MemcachedSessionMemcachedConnector. 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 voidMemcachedSessionConnectListener. onConnect(MemcachedSession session, MemcachedClient client)
-