Package | Description |
---|---|
com.basho.riak.client.raw |
The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak
|
com.basho.riak.client.raw.http |
Classes for adapting the http.
RiakClient to the
RawClient interface |
com.basho.riak.client.raw.pbc |
Classes for adapting the pbc.
RiakClient to the
RawClient interface |
Modifier and Type | Method and Description |
---|---|
MapReduceResult |
RawClient.mapReduce(MapReduceSpec spec)
Perform a map/reduce query defined by
MapReduceSpec |
MapReduceResult |
ClusterClient.mapReduce(MapReduceSpec spec) |
Modifier and Type | Method and Description |
---|---|
MapReduceResult |
HTTPClientAdapter.mapReduce(MapReduceSpec spec) |
Modifier and Type | Method and Description |
---|---|
MapReduceResult |
PBClientAdapter.mapReduce(MapReduceSpec spec) |
Copyright © 2014. All Rights Reserved.