Package | Description |
---|---|
com.basho.riak.client.query |
Classes and interfaces for running map/reduce and link walk operations on
Riak.
|
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 |
MapReduce.execute()
Run the Map/Reduce job against the
RawClient the operation was
constructed with. |
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 | Class and Description |
---|---|
class |
PBMapReduceResult
Concrete implementation of MapReduceResult that handles PB response stream
|
Modifier and Type | Method and Description |
---|---|
MapReduceResult |
PBClientAdapter.mapReduce(MapReduceSpec spec) |
Copyright © 2014. All Rights Reserved.