
class ReconnectListener extends Object implements MemcachedClientStateListener
| Constructor and Description |
|---|
ReconnectListener(int maxAwayTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnected(MemcachedClient memcachedClient,
InetSocketAddress inetSocketAddress) |
void |
onDisconnected(MemcachedClient memcachedClient,
InetSocketAddress inetSocketAddress) |
void |
onException(MemcachedClient memcachedClient,
Throwable throwable) |
void |
onShutDown(MemcachedClient memcachedClient) |
void |
onStarted(MemcachedClient memcachedClient) |
public void onConnected(MemcachedClient memcachedClient, InetSocketAddress inetSocketAddress)
onConnected in interface MemcachedClientStateListenerpublic void onDisconnected(MemcachedClient memcachedClient, InetSocketAddress inetSocketAddress)
onDisconnected in interface MemcachedClientStateListenerpublic void onException(MemcachedClient memcachedClient, Throwable throwable)
onException in interface MemcachedClientStateListenerpublic void onShutDown(MemcachedClient memcachedClient)
onShutDown in interface MemcachedClientStateListenerpublic void onStarted(MemcachedClient memcachedClient)
onStarted in interface MemcachedClientStateListenerCopyright © 2019. All rights reserved.