com.basho.riak.client.operations
Interface RiakOperation<T>

All Known Implementing Classes:
BucketKeyMapReduce, BucketMapReduce, DeleteObject, FetchBucket, FetchIndex, FetchObject, IndexMapReduce, LinkWalk, MapReduce, SearchMapReduce, StoreObject, WriteBucket

public interface RiakOperation<T>

Just like Callable, hey, wait, maybe it *should* just be replaced with Callable

Author:
russell

Method Summary
 T execute()
           
 

Method Detail

execute

T execute()
          throws RiakException
Throws:
RiakException


Copyright © 2012. All Rights Reserved.