Package | Description |
---|---|
com.basho.riak.client.bucket |
A bucket is a namespace abstraction provided by Riak, the API uses
Bucket as the primary way to interact
with data stored in Riak. |
com.basho.riak.client.operations |
The interfaces/classes that model the set of operations for talking to Riak.
|
Modifier and Type | Method and Description |
---|---|
List<MultiFetchFuture<T>> |
DomainBucket.multiFetch(List<T> objs)
Fetch data stored at the keys extracted from each
obj 's
RiakKey annotated field as an instance of
T . |
List<MultiFetchFuture<T>> |
DomainBucket.multiFetch(String[] keys)
Fetch data stored at
keys in this bucket as a List of
MultiFetchFuture objects that will return instances of T |
Modifier and Type | Method and Description |
---|---|
List<MultiFetchFuture<T>> |
MultiFetchObject.execute()
Attempts to fetch the data for all the keys, convert it with
Converter and resolve any siblings with ConflictResolver |
Copyright © 2014. All Rights Reserved.