Package | Description |
---|---|
com.basho.riak.client |
Provides the top-level
IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
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 |
com.basho.riak.client.raw.query.indexes |
Inputs to the
RawClient s for secondary
index querying. |
Modifier and Type | Method and Description |
---|---|
IndexMapReduce |
IRiakClient.mapReduce(IndexQuery query)
Create a
MapReduce operation that uses the supplied
IndexQuery as input |
IndexMapReduce |
DefaultRiakClient.mapReduce(IndexQuery query) |
Constructor and Description |
---|
IndexMapReduce(RawClient client,
IndexQuery indexQuery) |
Modifier and Type | Method and Description |
---|---|
List<String> |
RawClient.fetchIndex(IndexQuery indexQuery)
Performs an 2i index query
|
List<String> |
ClusterClient.fetchIndex(IndexQuery indexQuery) |
Modifier and Type | Method and Description |
---|---|
List<String> |
HTTPClientAdapter.fetchIndex(IndexQuery indexQuery) |
Modifier and Type | Method and Description |
---|---|
List<String> |
PBClientAdapter.fetchIndex(IndexQuery indexQuery) |
Modifier and Type | Interface and Description |
---|---|
interface |
RangeQuery<T>
Marker interface for a 2i range query
|
interface |
ValueQuery<T>
Marker interface for a 2i value match query
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexQuery
Base implementation of common behaviour for an
IndexQuery |
class |
AbstractRangeQuery<T>
Base, common, generic
RangeQuery implementation |
class |
AbstractValueQuery<T>
Common, base, generic implementation for value match index queries.
|
class |
BinRangeQuery
Concrete range, index query for _bin type indexes
|
class |
BinValueQuery
Concrete value query for a
BinIndex |
class |
IntRangeQuery
Concrete implementation of a range query for an _int index
|
class |
IntValueQuery
Concrete value query for an
IntIndex |
Copyright © 2014. All Rights Reserved.