raft_kv v0.2.2 RaftKV.EtsRecordManager View Source
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Link to this section Functions
Link to this function
broadcast_new_keyspace(ks_name)
View Source
broadcast_new_keyspace(atom()) :: :ok
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
ensure_record_created(ks_name, range_start)
View Source
ensure_record_created(atom(), RaftKV.Hash.t()) :: :ok