Module riak_core_status

Function Index

all_active_transfers/0Produce status for all active transfers in the cluster.
partitions/2
ring_status/0
ringready/0
transfers/0

Function Details

all_active_transfers/0

all_active_transfers() -> {Xfers::list(), Down::list()}

Produce status for all active transfers in the cluster.

partitions/2

partitions(Node, Ring) -> any()

ring_status/0

ring_status() -> any()

ringready/0

ringready() -> {ok, [atom()]} | {error, any()}

transfers/0

transfers() -> {[atom()], [{waiting_to_handoff, atom(), integer()} | {stopped, atom(), integer()}]}


Generated by EDoc