|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapReduceResponseSource | |
---|---|
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. |
Uses of MapReduceResponseSource in com.basho.riak.client.raw.pbc |
---|
Methods in com.basho.riak.client.raw.pbc with parameters of type MapReduceResponseSource | |
---|---|
static PBMapReduceResult |
PBMapReduceResult.newResult(MapReduceResponseSource response)
Factory method to create a response instance. |
Uses of MapReduceResponseSource in com.basho.riak.pbc |
---|
Methods in com.basho.riak.pbc that return MapReduceResponseSource | |
---|---|
MapReduceResponseSource |
RiakClient.mapReduce(com.google.protobuf.ByteString request,
IRequestMeta meta)
|
MapReduceResponseSource |
RiakClient.mapReduce(JSONObject obj)
|
MapReduceResponseSource |
RiakClient.mapReduce(String request,
IRequestMeta meta)
|
Methods in com.basho.riak.pbc with parameters of type MapReduceResponseSource | |
---|---|
static JSONArray |
MapReduceResponseSource.readAllResults(MapReduceResponseSource response)
Buffer the full set of results into a JSONArray |
Uses of MapReduceResponseSource in com.basho.riak.pbc.mapreduce |
---|
Methods in com.basho.riak.pbc.mapreduce that return MapReduceResponseSource | |
---|---|
MapReduceResponseSource |
MapReduceBuilder.submit()
|
MapReduceResponseSource |
MapReduceBuilder.submit(IRequestMeta meta)
Submits the job to the Riak server |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |