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.stateListenersMethods 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 TypeMethodDescriptionvoidMemcachedClient.addStateListener(MemcachedClientStateListener listener) Add a memcached client listenervoidMemcachedClientBuilder.addStateListener(MemcachedClientStateListener stateListener) Add a state listenervoidXMemcachedClient.addStateListener(MemcachedClientStateListener listener) voidXMemcachedClientBuilder.addStateListener(MemcachedClientStateListener stateListener) voidMemcachedClient.removeStateListener(MemcachedClientStateListener listener) Remove a memcached client listenervoidMemcachedClientBuilder.removeStateListener(MemcachedClientStateListener stateListener) Remove a state listenervoidXMemcachedClient.removeStateListener(MemcachedClientStateListener listener) voidXMemcachedClientBuilder.removeStateListener(MemcachedClientStateListener stateListener) Method parameters in net.rubyeye.xmemcached with type arguments of type MemcachedClientStateListenerModifier and TypeMethodDescriptionvoidMemcachedClientBuilder.setStateListeners(List<MemcachedClientStateListener> stateListeners) Set state listeners,replace current listvoidXMemcachedClientBuilder.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 MemcachedClientStateListenerMemcachedClientStateListenerAdapter.memcachedClientStateListenerMethods 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)