Package | Description |
---|---|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
Modifier and Type | Method and Description |
---|---|
MultiFetch.Builder |
MultiFetch.Builder.addLocation(Location location)
Add a location to the list of locations to retrieve as part of
this multifetch operation.
|
MultiFetch.Builder |
MultiFetch.Builder.addLocations(Iterable<Location> location)
Add a set of keys to the list of Locations to retrieve as part of
this multifetch operation.
|
MultiFetch.Builder |
MultiFetch.Builder.addLocations(Location... location)
Add a list of Locations to the list of locations to retrieve as part of
this multifetch operation.
|
MultiFetch.Builder |
MultiFetch.Builder.withMaxInFlight(int maxInFlight)
Set the maximum number of requests to be in progress simultaneously.
|
<U> MultiFetch.Builder |
MultiFetch.Builder.withOption(FetchValue.Option<U> option,
U value)
A
FetchValue.Option to use with each fetch operation. |
MultiFetch.Builder |
MultiFetch.Builder.withTimeout(int timeout)
Set the Riak-side timeout value.
|
Copyright © 2014. All rights reserved.