ErrorHandler Interface Reference

List of all members.

Public Member Functions

void handleErrorOnDelete (final MemcachedClient client, final Throwable error, final String cacheKey)
void handleErrorOnFlush (final MemcachedClient client, final Throwable error)
void handleErrorOnGet (final MemcachedClient client, final Throwable error, final String[] cacheKeys)
void handleErrorOnGet (final MemcachedClient client, final Throwable error, final String cacheKey)
void handleErrorOnInit (final MemcachedClient client, final Throwable error)
void handleErrorOnSet (final MemcachedClient client, final Throwable error, final String cacheKey)
void handleErrorOnStats (final MemcachedClient client, final Throwable error)


Member Function Documentation

void handleErrorOnDelete ( final MemcachedClient  client,
final Throwable  error,
final String  cacheKey 
)

Called for errors thrown during MemcachedClient#delete(String) and related methods.

void handleErrorOnFlush ( final MemcachedClient  client,
final Throwable  error 
)

Called for errors thrown during MemcachedClient#flushAll() and related methods.

void handleErrorOnGet ( final MemcachedClient  client,
final Throwable  error,
final String[]  cacheKeys 
)

Called for errors thrown during MemcachedClient#getMulti(String) and related methods.

void handleErrorOnGet ( final MemcachedClient  client,
final Throwable  error,
final String  cacheKey 
)

Called for errors thrown during MemcachedClient#get(String) and related methods.

void handleErrorOnInit ( final MemcachedClient  client,
final Throwable  error 
)

Called for errors thrown during initialization.

void handleErrorOnSet ( final MemcachedClient  client,
final Throwable  error,
final String  cacheKey 
)

Called for errors thrown during MemcachedClient#set(String,Object) and related methods.

void handleErrorOnStats ( final MemcachedClient  client,
final Throwable  error 
)

Called for errors thrown during MemcachedClient#stats() and related methods.


The documentation for this interface was generated from the following file:

Generated on Sat May 26 06:42:30 2012 for Project Wonder by  doxygen 1.5.8