| n_val/0 | Return the current default n_val. |
| ring/0 | Return the ring. |
| status/2 | Return list of nodes, available partition and quorum. |
| status/3 | Return list of nodes, available partition and quorum. |
n_val() -> number()
Return the current default n_val.
ring() -> riak_core_ring:riak_core_ring()
Return the ring.
status(Ring::riak_core_ring:riak_core_ring(), Unavailable::[node()]) -> [{number(), number(), number()}]
Return list of nodes, available partition and quorum.
status(Ring::riak_core_ring:riak_core_ring(), NVal::number(), Unavailable::[node()]) -> [{number(), number(), number()}]
Return list of nodes, available partition and quorum.
Generated by EDoc