|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeStats | |
---|---|
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 |
Uses of NodeStats in com.basho.riak.client |
---|
Methods in com.basho.riak.client that return types with arguments of type NodeStats | |
---|---|
Iterable<NodeStats> |
IRiakClient.stats()
Perform the Riak /stats operation on the node(s) this client
is connected to. |
Iterable<NodeStats> |
DefaultRiakClient.stats()
|
Uses of NodeStats in com.basho.riak.client.query |
---|
Methods in com.basho.riak.client.query that return types with arguments of type NodeStats | |
---|---|
Iterator<NodeStats> |
NodeStats.iterator()
|
Methods in com.basho.riak.client.query with parameters of type NodeStats | |
---|---|
void |
NodeStats.add(NodeStats anotherStats)
Adds a set of stats to the end of the collection. |
Uses of NodeStats in com.basho.riak.client.raw |
---|
Methods in com.basho.riak.client.raw that return NodeStats | |
---|---|
NodeStats |
RawClient.stats()
Performs a Riak /stats operation on the node(s) this client
is connected to. |
NodeStats |
ClusterClient.stats()
|
Uses of NodeStats in com.basho.riak.client.raw.http |
---|
Methods in com.basho.riak.client.raw.http that return NodeStats | |
---|---|
NodeStats |
HTTPClientAdapter.stats()
|
Uses of NodeStats in com.basho.riak.client.raw.pbc |
---|
Methods in com.basho.riak.client.raw.pbc that return NodeStats | |
---|---|
NodeStats |
PBClientAdapter.stats()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |