Spring Data Key-Value

org.springframework.data.keyvalue.riak.core
Interface AsyncKeyValueStoreOperation<V,T>

All Known Implementing Classes:
AsyncRiakTemplate.LoggingErrorHandler

public interface AsyncKeyValueStoreOperation<V,T>

Author:
J. Brisbin

Method Summary
 T completed(KeyValueStoreMetaData meta, V result)
           
 T failed(Throwable error)
           
 

Method Detail

completed

T completed(KeyValueStoreMetaData meta,
            V result)

failed

T failed(Throwable error)

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.