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 |
Modifier and Type | Method and Description |
---|---|
Iterable<NodeStats> |
IRiakClient.stats()
Perform the Riak
/stats operation on the node(s) this client
is connected to. |
Iterable<NodeStats> |
DefaultRiakClient.stats() |
Modifier and Type | Method and Description |
---|---|
Iterator<NodeStats> |
NodeStats.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
NodeStats.add(NodeStats anotherStats)
Adds a set of stats to the end of the collection.
|
Modifier and Type | Method and Description |
---|---|
NodeStats |
RawClient.stats()
Performs a Riak
/stats operation on the node(s) this client
is connected to. |
NodeStats |
ClusterClient.stats() |
Modifier and Type | Method and Description |
---|---|
NodeStats |
HTTPClientAdapter.stats() |
Modifier and Type | Method and Description |
---|---|
NodeStats |
PBClientAdapter.stats() |
Copyright © 2014. All Rights Reserved.