Uses of Interface
net.rubyeye.xmemcached.MemcachedClientStateListener
Packages that use MemcachedClientStateListener
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.
-
Uses of MemcachedClientStateListener in net.rubyeye.xmemcached
Fields in net.rubyeye.xmemcached with type parameters of type MemcachedClientStateListenerModifier and TypeFieldDescriptionprotected List
<MemcachedClientStateListener> XMemcachedClientBuilder.stateListeners
Methods in net.rubyeye.xmemcached that return types with arguments of type MemcachedClientStateListenerModifier and TypeMethodDescriptionMemcachedClient.getStateListeners()
Get all current state listenersXMemcachedClient.getStateListeners()
Methods in net.rubyeye.xmemcached with parameters of type MemcachedClientStateListenerModifier and TypeMethodDescriptionvoid
MemcachedClient.addStateListener
(MemcachedClientStateListener listener) Add a memcached client listenervoid
MemcachedClientBuilder.addStateListener
(MemcachedClientStateListener stateListener) Add a state listenervoid
XMemcachedClient.addStateListener
(MemcachedClientStateListener listener) void
XMemcachedClientBuilder.addStateListener
(MemcachedClientStateListener stateListener) void
MemcachedClient.removeStateListener
(MemcachedClientStateListener listener) Remove a memcached client listenervoid
MemcachedClientBuilder.removeStateListener
(MemcachedClientStateListener stateListener) Remove a state listenervoid
XMemcachedClient.removeStateListener
(MemcachedClientStateListener listener) void
XMemcachedClientBuilder.removeStateListener
(MemcachedClientStateListener stateListener) Method parameters in net.rubyeye.xmemcached with type arguments of type MemcachedClientStateListenerModifier and TypeMethodDescriptionvoid
MemcachedClientBuilder.setStateListeners
(List<MemcachedClientStateListener> stateListeners) Set state listeners,replace current listvoid
XMemcachedClientBuilder.setStateListeners
(List<MemcachedClientStateListener> stateListeners) Constructor parameters in net.rubyeye.xmemcached with type arguments of type MemcachedClientStateListenerModifierConstructorDescription(package private)
XMemcachedClient
(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator allocator, Configuration conf, Map<SocketOption, Object> socketOptions, CommandFactory commandFactory, Transcoder transcoder, Map<InetSocketAddress, InetSocketAddress> addressMap, int[] weights, List<MemcachedClientStateListener> stateListeners, Map<InetSocketAddress, AuthInfo> infoMap, int poolSize, long connectTimeout, String name, boolean failureMode, boolean resolveInetAddresses) XMemcachedClient constructor.XMemcachedClient
(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator allocator, Configuration conf, Map<SocketOption, Object> socketOptions, CommandFactory commandFactory, Transcoder transcoder, Map<InetSocketAddress, InetSocketAddress> addressMap, List<MemcachedClientStateListener> stateListeners, Map<InetSocketAddress, AuthInfo> map, int poolSize, long connectTimeout, String name, boolean failureMode, boolean resolveInetAddresses) XMemcachedClient constructor.Every server's weight is one by default. -
Uses of MemcachedClientStateListener in net.rubyeye.xmemcached.aws
Constructor parameters in net.rubyeye.xmemcached.aws with type arguments of type MemcachedClientStateListenerModifierConstructorDescription(package private)
AWSElasticCacheClient
(MemcachedSessionLocator locator, MemcachedSessionComparator comparator, BufferAllocator allocator, Configuration conf, Map<SocketOption, Object> socketOptions, CommandFactory commandFactory, Transcoder transcoder, List<MemcachedClientStateListener> stateListeners, Map<InetSocketAddress, AuthInfo> map, int poolSize, long connectTimeout, String name, boolean failureMode, boolean resolveInetAddresses, List<InetSocketAddress> configAddrs, long pollConfigIntervalMills) -
Uses of MemcachedClientStateListener in net.rubyeye.xmemcached.impl
Fields in net.rubyeye.xmemcached.impl declared as MemcachedClientStateListenerModifier and TypeFieldDescriptionprivate final MemcachedClientStateListener
MemcachedClientStateListenerAdapter.memcachedClientStateListener
Methods in net.rubyeye.xmemcached.impl that return MemcachedClientStateListenerModifier and TypeMethodDescriptionMemcachedClientStateListenerAdapter.getMemcachedClientStateListener()
Constructors in net.rubyeye.xmemcached.impl with parameters of type MemcachedClientStateListenerModifierConstructorDescriptionMemcachedClientStateListenerAdapter
(MemcachedClientStateListener memcachedClientStateListener, MemcachedClient memcachedClient)