Uses of Package
net.rubyeye.xmemcached
-
Packages that use net.rubyeye.xmemcached Package Description net.rubyeye.xmemcached XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.net.rubyeye.xmemcached.auth Memcached 1.4.3 or later version has supported SASL authentication,these classes are used for thatnet.rubyeye.xmemcached.aws net.rubyeye.xmemcached.command Memcached 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. -
Classes in net.rubyeye.xmemcached used by net.rubyeye.xmemcached Class Description CASOperation CAS operation,encapsulate gets and cas commands,and supports retry times.CommandFactory Counter Counter,encapsulate the incr/decr methods.GetsResponse Response for gets command.It's a value object.HashAlgorithm Known hashing algorithms for locating a server for a key.KeyIterator Deprecated.memcached 1.6.x will remove cachedump stats command,so this feature will be removed in the futureKeyProvider Key provider to pre-process keys before sending to memcached.MemcachedClient The memcached client's interfaceMemcachedClientBuilder Builder pattern.Configure XmemcachedClient's options,then build itMemcachedClientCallable MemcachedClient callable when using namespace in xmemcached.For example:MemcachedClientStateListener MemcachedClient state listener.When client startup,shutdown,connected to a memcached server or disconnected happened,client will notify the listener instance which implemented this interface.Please don't do any operations which may block in these callback methods.MemcachedSessionComparator Session comparator.MemcachedSessionLocator Session locator.Find session by key.XMemcachedClient Memcached Client for connecting to memcached server and do operations.XMemcachedClientMBean XMemcachedClientMBean.It is used for JMX to add/remove memcached server. -
Classes in net.rubyeye.xmemcached used by net.rubyeye.xmemcached.auth Class Description CommandFactory MemcachedClient The memcached client's interface -
Classes in net.rubyeye.xmemcached used by net.rubyeye.xmemcached.aws Class Description CommandFactory MemcachedClient The memcached client's interfaceMemcachedClientBuilder Builder pattern.Configure XmemcachedClient's options,then build itMemcachedClientStateListener MemcachedClient state listener.When client startup,shutdown,connected to a memcached server or disconnected happened,client will notify the listener instance which implemented this interface.Please don't do any operations which may block in these callback methods.MemcachedSessionComparator Session comparator.MemcachedSessionLocator Session locator.Find session by key.XMemcachedClient Memcached Client for connecting to memcached server and do operations.XMemcachedClientBuilder Builder pattern.Configure XmemcachedClient's options,then build itXMemcachedClientMBean XMemcachedClientMBean.It is used for JMX to add/remove memcached server. -
Classes in net.rubyeye.xmemcached used by net.rubyeye.xmemcached.command Class Description CommandFactory -
Classes in net.rubyeye.xmemcached used by net.rubyeye.xmemcached.impl Class Description CommandFactory FlowControl Flow control for noreply operations.HashAlgorithm Known hashing algorithms for locating a server for a key.KeyIterator Deprecated.memcached 1.6.x will remove cachedump stats command,so this feature will be removed in the futureKeyProvider Key provider to pre-process keys before sending to memcached.MemcachedClient The memcached client's interfaceMemcachedClientStateListener MemcachedClient state listener.When client startup,shutdown,connected to a memcached server or disconnected happened,client will notify the listener instance which implemented this interface.Please don't do any operations which may block in these callback methods.MemcachedOptimizer xmemcached OptimizerMemcachedSessionComparator Session comparator.MemcachedSessionLocator Session locator.Find session by key. -
Classes in net.rubyeye.xmemcached used by net.rubyeye.xmemcached.networking Class Description FlowControl Flow control for noreply operations.MemcachedClient The memcached client's interfaceMemcachedSessionComparator Session comparator.MemcachedSessionLocator Session locator.Find session by key.