Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.spring |
Modifier and Type | Class and Description |
---|---|
class |
MemcachedClient
Client to a memcached server.
|
class |
TapConnectionProvider
A TapConnectionProvider.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<ConnectionObserver> |
ConnectionFactoryBuilder.initialObservers |
Modifier and Type | Method and Description |
---|---|
Collection<ConnectionObserver> |
DefaultConnectionFactory.getInitialObservers() |
Collection<ConnectionObserver> |
ConnectionFactory.getInitialObservers()
Observers that should be established at the time of connection
instantiation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MemcachedClientIF.addObserver(ConnectionObserver obs) |
boolean |
MemcachedClient.addObserver(ConnectionObserver obs)
Add a connection observer.
|
boolean |
TapConnectionProvider.addObserver(ConnectionObserver obs)
Add a connection observer.
|
boolean |
MemcachedConnection.addObserver(ConnectionObserver obs)
Add a connection observer.
|
boolean |
MemcachedClientIF.removeObserver(ConnectionObserver obs) |
boolean |
MemcachedClient.removeObserver(ConnectionObserver obs)
Remove a connection observer.
|
boolean |
TapConnectionProvider.removeObserver(ConnectionObserver obs)
Remove a connection observer.
|
boolean |
MemcachedConnection.removeObserver(ConnectionObserver obs)
Remove a connection observer.
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryBuilder |
ConnectionFactoryBuilder.setInitialObservers(Collection<ConnectionObserver> obs)
Set the initial connection observers (will observe initial connection).
|
Constructor and Description |
---|
MemcachedConnection(int bufSize,
ConnectionFactory f,
List<InetSocketAddress> a,
Collection<ConnectionObserver> obs,
FailureMode fm,
OperationFactory opfactory)
Construct a
MemcachedConnection . |
Modifier and Type | Method and Description |
---|---|
void |
MemcachedClientFactoryBean.setInitialObservers(Collection<ConnectionObserver> obs) |
Copyright © 2023. All rights reserved.