Spring Data Key-Value

org.springframework.data.keyvalue.riak.core
Class AsyncRiakTemplate.AsyncGet<T,R>

java.lang.Object
  extended by org.springframework.data.keyvalue.riak.core.AsyncRiakTemplate.AsyncGet<T,R>
All Implemented Interfaces:
Callable
Enclosing class:
AsyncRiakTemplate

protected class AsyncRiakTemplate.AsyncGet<T,R>
extends Object
implements Callable


Constructor Summary
AsyncRiakTemplate.AsyncGet(String bucket, String key, Class<T> requiredType, AsyncKeyValueStoreOperation<T,R> callback)
           
 
Method Summary
 R call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncRiakTemplate.AsyncGet

public AsyncRiakTemplate.AsyncGet(String bucket,
                                  String key,
                                  Class<T> requiredType,
                                  AsyncKeyValueStoreOperation<T,R> callback)
Method Detail

call

public R call()
       throws Exception
Specified by:
call in interface Callable
Throws:
Exception

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.