Copyright © 2007-2015 Zuse Institute Berlin
Version: $Id$
Behaviours: gen_component.
Authors: Nico Kruber (kruber@zib.de).
message() = {Key :: lookup_hops, Value :: pos_integer()} | {Msg :: db_histogram_init, Value :: rt_chord:key(), Range :: intervals:interval()} | {Key :: db_op, Value :: rt_chord:key()}
state() = {LookupHops :: rrd:rrd(), DBOps :: rrd:rrd(), DBHistogram :: rrd:rrd() | uninit}
histogram of db operations which gets resetted on pred or node id change
init/1 | initialisation. |
on/2 | message handler. |
start_gen_component/5 | |
start_link/2 | spawns a dht_node_monitor, called by the scalaris supervisor process. |
start_gen_component(Module :: module(), Handler :: gen_component:handler(), Args :: term(), Options :: [gen_component:option()], Self :: pid()) -> no_return() | ok
message handler
init(Options :: [tuple()]) -> state()
initialisation
start_link(DHTNodeGroup :: pid_groups:groupname(), Options :: [tuple()]) -> {ok, pid()}
spawns a dht_node_monitor, called by the scalaris supervisor process
Generated by EDoc, Sep 11 2020, 15:24:59.