Package | Description |
---|---|
com.basho.riak.client.raw.pbc |
Classes for adapting the pbc.
RiakClient to the
RawClient interface |
com.basho.riak.pbc |
The legacy, low-level Protocol Buffers RiakClient and associated classes, consider using the high-level
IRiakClient |
com.basho.riak.pbc.mapreduce |
The legacy, low-level Protocol Buffers query classes for Map Reduce.
|
Modifier and Type | Method and Description |
---|---|
static PBMapReduceResult |
PBMapReduceResult.newResult(MapReduceResponseSource response)
Factory method to create a response instance.
|
Modifier and Type | Method and Description |
---|---|
MapReduceResponseSource |
RiakClient.mapReduce(com.google.protobuf.ByteString request,
IRequestMeta meta) |
MapReduceResponseSource |
RiakClient.mapReduce(org.json.JSONObject obj) |
MapReduceResponseSource |
RiakClient.mapReduce(String request,
IRequestMeta meta) |
Modifier and Type | Method and Description |
---|---|
static org.json.JSONArray |
MapReduceResponseSource.readAllResults(MapReduceResponseSource response)
Buffer the full set of results into a JSONArray
|
Modifier and Type | Method and Description |
---|---|
MapReduceResponseSource |
MapReduceBuilder.submit() |
MapReduceResponseSource |
MapReduceBuilder.submit(IRequestMeta meta)
Submits the job to the Riak server
|
Copyright © 2014. All Rights Reserved.