Uses of Interface
net.spy.memcached.ConnectionObserver
-
Packages that use ConnectionObserver Package Description net.spy.memcached Memcached client and transformation utils -
-
Uses of ConnectionObserver in net.spy.memcached
Classes in net.spy.memcached that implement ConnectionObserver Modifier and Type Class Description classMemcachedClientClient to a memcached server.classTapConnectionProviderA TapConnectionProvider.Fields in net.spy.memcached with type parameters of type ConnectionObserver Modifier and Type Field Description private java.util.Collection<ConnectionObserver>MemcachedConnection. connObserversHolds all connection observers that get notified on connection status changes.protected java.util.Collection<ConnectionObserver>ConnectionFactoryBuilder. initialObserversMethods in net.spy.memcached that return types with arguments of type ConnectionObserver Modifier and Type Method Description java.util.Collection<ConnectionObserver>ConnectionFactory. getInitialObservers()Observers that should be established at the time of connection instantiation.java.util.Collection<ConnectionObserver>DefaultConnectionFactory. getInitialObservers()Methods in net.spy.memcached with parameters of type ConnectionObserver Modifier and Type Method Description booleanMemcachedClient. 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 ConnectionObserver Modifier and Type Method Description ConnectionFactoryBuilderConnectionFactoryBuilder. setInitialObservers(java.util.Collection<ConnectionObserver> obs)Set the initial connection observers (will observe initial connection).Constructor parameters in net.spy.memcached with type arguments of type ConnectionObserver Constructor Description MemcachedConnection(int bufSize, ConnectionFactory f, java.util.List<java.net.InetSocketAddress> a, java.util.Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory)Construct aMemcachedConnection.
-