raft_kv v0.1.1 RaftKV.LoadAccumulator 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()) => {non_neg_integer(), non_neg_integer()}}
Link to this function
send_load(ks_name, range_start, load_or_knf)
View Source
send_load(atom(), RaftKV.Hash.t(), pos_integer() | :key_not_found) :: :ok