Package | Description |
---|---|
com.basho.riak.client |
Provides the top-level
IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
com.basho.riak.client.request |
Deprecated please see com.basho.riak.http.client.request
|
Modifier and Type | Method and Description |
---|---|
MapReduceResponse |
RiakClient.mapReduce(String job)
Deprecated.
|
MapReduceResponse |
RiakClient.mapReduce(String job,
RequestMeta meta)
Deprecated.
Execute a map reduce job on the Riak server.
|
Modifier and Type | Method and Description |
---|---|
MapReduceResponse |
MapReduceBuilder.submit()
Deprecated.
|
MapReduceResponse |
MapReduceBuilder.submit(RequestMeta meta)
Deprecated.
Submits the job to the Riak server
|
Copyright © 2014. All Rights Reserved.