|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RiakClient | |
---|---|
com.basho.riak.client | Provides the top-level IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
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 RiakClient in com.basho.riak.client |
---|
Methods in com.basho.riak.client with parameters of type RiakClient | |
---|---|
static IRiakClient |
RiakFactory.pbcClient(RiakClient delegate)
Wraps the given RiakClient client in a DefaultRiakClient . |
Uses of RiakClient in com.basho.riak.client.raw.pbc |
---|
Constructors in com.basho.riak.client.raw.pbc with parameters of type RiakClient | |
---|---|
PBClientAdapter(RiakClient delegate)
Adapt the given pre-created/configured pb client to the RawClient
interface |
Uses of RiakClient in com.basho.riak.pbc |
---|
Constructors in com.basho.riak.pbc with parameters of type RiakClient | |
---|---|
KeySource(RiakClient client,
com.basho.riak.pbc.RiakConnection conn)
|
|
MapReduceResponseSource(RiakClient client,
com.basho.riak.pbc.RiakConnection conn,
com.google.protobuf.ByteString contentType)
|
Uses of RiakClient in com.basho.riak.pbc.mapreduce |
---|
Methods in com.basho.riak.pbc.mapreduce that return RiakClient | |
---|---|
RiakClient |
MapReduceBuilder.getRiakClient()
The RiakClient to which this map reduce job will be submitted to
when MapReduceBuilder.submit() is called. |
Methods in com.basho.riak.pbc.mapreduce with parameters of type RiakClient | |
---|---|
MapReduceBuilder |
MapReduceBuilder.setRiakClient(RiakClient client)
|
Constructors in com.basho.riak.pbc.mapreduce with parameters of type RiakClient | |
---|---|
MapReduceBuilder(RiakClient riak)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |