Uses of Interface
net.rubyeye.xmemcached.networking.MemcachedSession
Packages that use MemcachedSession
Package
Description
Memcached 1.4.3 or later version has supported SASL authentication,these classes are used for that
Memcached text protocol implementations
Manage tcp connection,memcached protocol optimized,and some MBeans for monitor.
Networking layout to talk with memcached.
-
Uses of MemcachedSession in net.rubyeye.xmemcached.auth
Methods in net.rubyeye.xmemcached.auth with parameters of type MemcachedSessionModifier and TypeMethodDescriptionvoid
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 MemcachedSessionModifier and TypeMethodDescriptionprivate final boolean
TextAWSElasticCacheConfigCommand.done
(MemcachedSession session) private final boolean
TextCacheDumpCommand.done
(MemcachedSession session) protected final boolean
TextStatsCommand.done
(MemcachedSession session) -
Uses of MemcachedSession in net.rubyeye.xmemcached.impl
Classes in net.rubyeye.xmemcached.impl that implement MemcachedSessionModifier and TypeClassDescriptionclass
Closed sessionclass
Connected session for a memcached serverMethods in net.rubyeye.xmemcached.impl that return MemcachedSessionModifier and TypeMethodDescriptionprivate MemcachedSession
MemcachedConnector.findStandbySession
(MemcachedSession session) Methods in net.rubyeye.xmemcached.impl with parameters of type MemcachedSessionModifier and TypeMethodDescriptionprivate MemcachedSession
MemcachedConnector.findStandbySession
(MemcachedSession session) -
Uses of MemcachedSession in net.rubyeye.xmemcached.networking
Methods in net.rubyeye.xmemcached.networking with parameters of type MemcachedSessionModifier and TypeMethodDescriptionvoid
MemcachedSessionConnectListener.onConnect
(MemcachedSession session, MemcachedClient client)