Data-Riak
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
README.mkdn view on Meta::CPAN
## ping
Tests to see if the specified Riak server is answering. Returns 0 for no, 1 for
yes.
## status
Attempts to retrieve information about the performance and configuration of the
Riak node. Returns a hash reference containing the data provided by the
`/stats` endpoint of the Riak node or throws an exception if the status
information could not be retrieved.
## \_buckets
Get the list of buckets. This is NOT RECOMMENDED for production systems, as Riak
has to essentially walk the entire database. Here purely as a tool for debugging
and convenience.
## bucket ($name)
lib/Data/Riak.pm view on Meta::CPAN
=head2 ping
Tests to see if the specified Riak server is answering. Returns 0 for no, 1 for
yes.
=head2 status
Attempts to retrieve information about the performance and configuration of the
Riak node. Returns a hash reference containing the data provided by the
C</stats> endpoint of the Riak node or throws an exception if the status
information could not be retrieved.
=head2 _buckets
Get the list of buckets. This is NOT RECOMMENDED for production systems, as Riak
has to essentially walk the entire database. Here purely as a tool for debugging
and convenience.
=head2 bucket ($name)
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.244 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )