raft_kv v0.2.5 RaftKV.StatsCollector View Source

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

get_all() View Source
get_all() :: %{
  optional(atom()) => %{
    optional(RaftKV.Hash.t()) =>
      {non_neg_integer(), non_neg_integer(), non_neg_integer(),
       non_neg_integer()}
  }
}

Link to this function

start_link(arg0) View Source
start_link([]) :: GenServer.on_start()