org.springframework.data.keyvalue.riak.core
Class AsyncRiakTemplate.LoggingErrorHandler
java.lang.Object
org.springframework.data.keyvalue.riak.core.AsyncRiakTemplate.LoggingErrorHandler
- All Implemented Interfaces:
- AsyncKeyValueStoreOperation<Throwable,Object>
- Enclosing class:
- AsyncRiakTemplate
protected class AsyncRiakTemplate.LoggingErrorHandler
- extends Object
- implements AsyncKeyValueStoreOperation<Throwable,Object>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncRiakTemplate.LoggingErrorHandler
protected AsyncRiakTemplate.LoggingErrorHandler()
completed
public Object completed(KeyValueStoreMetaData meta,
Throwable result)
- Specified by:
completed
in interface AsyncKeyValueStoreOperation<Throwable,Object>
failed
public Object failed(Throwable error)
- Specified by:
failed
in interface AsyncKeyValueStoreOperation<Throwable,Object>
Copyright © 2010-2011 SpringSource. All Rights Reserved.