public interface ErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
handleErrorOnDelete(MemCachedClient client,
Throwable error,
String cacheKey)
Called for errors thrown during
MemCachedClient.delete(String)
and related methods. |
void |
handleErrorOnFlush(MemCachedClient client,
Throwable error)
Called for errors thrown during
MemCachedClient.flushAll() and
related methods. |
void |
handleErrorOnGet(MemCachedClient client,
Throwable error,
String cacheKey)
Called for errors thrown during
MemCachedClient.get(String) and
related methods. |
void |
handleErrorOnGet(MemCachedClient client,
Throwable error,
String[] cacheKeys)
Called for errors thrown during
MemCachedClient#getMulti(String)
and related methods. |
void |
handleErrorOnInit(MemCachedClient client,
Throwable error)
Called for errors thrown during initialization.
|
void |
handleErrorOnSet(MemCachedClient client,
Throwable error,
String cacheKey)
Called for errors thrown during
MemCachedClient.set(String,Object) and related methods. |
void |
handleErrorOnStats(MemCachedClient client,
Throwable error)
Called for errors thrown during
MemCachedClient.stats() and
related methods. |
void handleErrorOnInit(MemCachedClient client, Throwable error)
void handleErrorOnGet(MemCachedClient client, Throwable error, String cacheKey)
MemCachedClient.get(String)
and
related methods.void handleErrorOnGet(MemCachedClient client, Throwable error, String[] cacheKeys)
MemCachedClient#getMulti(String)
and related methods.void handleErrorOnSet(MemCachedClient client, Throwable error, String cacheKey)
MemCachedClient.set(String,Object)
and related methods.void handleErrorOnDelete(MemCachedClient client, Throwable error, String cacheKey)
MemCachedClient.delete(String)
and related methods.void handleErrorOnFlush(MemCachedClient client, Throwable error)
MemCachedClient.flushAll()
and
related methods.void handleErrorOnStats(MemCachedClient client, Throwable error)
MemCachedClient.stats()
and
related methods.Copyright © 2013 Schooner Information Technology. All Rights Reserved.