Uses of Interface
net.spy.memcached.ConnectionObserver
Packages that use ConnectionObserver
Package
Description
Memcached client and transformation utils
-
Uses of ConnectionObserver in net.spy.memcached
Classes in net.spy.memcached that implement ConnectionObserverModifier and TypeClassDescriptionclassClient to a memcached server.classA TapConnectionProvider.Fields in net.spy.memcached with type parameters of type ConnectionObserverModifier and TypeFieldDescriptionprotected Collection<ConnectionObserver> ConnectionFactoryBuilder.initialObserversMethods in net.spy.memcached that return types with arguments of type ConnectionObserverModifier and TypeMethodDescriptionConnectionFactory.getInitialObservers()Observers that should be established at the time of connection instantiation.DefaultConnectionFactory.getInitialObservers()Methods in net.spy.memcached with parameters of type ConnectionObserverModifier and TypeMethodDescriptionbooleanMemcachedClient.addObserver(ConnectionObserver obs) Add a connection observer.booleanMemcachedClientIF.addObserver(ConnectionObserver obs) booleanMemcachedConnection.addObserver(ConnectionObserver obs) Add a connection observer.booleanTapConnectionProvider.addObserver(ConnectionObserver obs) Add a connection observer.booleanMemcachedClient.removeObserver(ConnectionObserver obs) Remove a connection observer.booleanMemcachedClientIF.removeObserver(ConnectionObserver obs) booleanMemcachedConnection.removeObserver(ConnectionObserver obs) Remove a connection observer.booleanTapConnectionProvider.removeObserver(ConnectionObserver obs) Remove a connection observer.Method parameters in net.spy.memcached with type arguments of type ConnectionObserverModifier and TypeMethodDescriptionConnectionFactoryBuilder.setInitialObservers(Collection<ConnectionObserver> obs) Set the initial connection observers (will observe initial connection).Constructor parameters in net.spy.memcached with type arguments of type ConnectionObserverModifierConstructorDescriptionMemcachedConnection(int bufSize, ConnectionFactory f, List<InetSocketAddress> socketAddressList, Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory) Construct aMemcachedConnection. -
Uses of ConnectionObserver in net.spy.memcached.spring
Method parameters in net.spy.memcached.spring with type arguments of type ConnectionObserverModifier and TypeMethodDescriptionvoidMemcachedClientFactoryBean.setInitialObservers(Collection<ConnectionObserver> obs)