Uses of Interface
net.spy.memcached.ConnectionObserver
Packages that use ConnectionObserver
-
Uses of ConnectionObserver in net.spy.memcached
Classes in net.spy.memcached that implement ConnectionObserverModifier and TypeClassDescriptionclass
Client to a memcached server.class
A TapConnectionProvider.Fields in net.spy.memcached with type parameters of type ConnectionObserverModifier and TypeFieldDescriptionprivate final Collection
<ConnectionObserver> MemcachedConnection.connObservers
Holds all connection observers that get notified on connection status changes.protected Collection
<ConnectionObserver> ConnectionFactoryBuilder.initialObservers
Methods 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 TypeMethodDescriptionboolean
MemcachedClient.addObserver
(ConnectionObserver obs) Add a connection observer.boolean
MemcachedClientIF.addObserver
(ConnectionObserver obs) boolean
MemcachedConnection.addObserver
(ConnectionObserver obs) Add a connection observer.boolean
TapConnectionProvider.addObserver
(ConnectionObserver obs) Add a connection observer.boolean
MemcachedClient.removeObserver
(ConnectionObserver obs) Remove a connection observer.boolean
MemcachedClientIF.removeObserver
(ConnectionObserver obs) boolean
MemcachedConnection.removeObserver
(ConnectionObserver obs) Remove a connection observer.boolean
TapConnectionProvider.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> a, Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory) Construct aMemcachedConnection
.