Spring Data Key-Value

org.springframework.data.keyvalue.riak.core
Class AsyncRiakTemplate.LoggingErrorHandler

java.lang.Object
  extended by 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>


Constructor Summary
protected AsyncRiakTemplate.LoggingErrorHandler()
           
 
Method Summary
 Object completed(KeyValueStoreMetaData meta, Throwable result)
           
 Object failed(Throwable error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncRiakTemplate.LoggingErrorHandler

protected AsyncRiakTemplate.LoggingErrorHandler()
Method Detail

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>

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.