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}
| 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, Apr 22 2017, 16:02:50.