shards_partition
.
Behaviours: supervisor.
This supervisor represents a partitioned table, which is
composed by a group of ETS tables, each of them owned by
shards_partition
.
opts() = #{atom() => term()}
start_link/2 | |
stop/1 | Equivalent to stop(Pid, 5000). |
stop/2 |
start_link(Name, Opts) -> OnStart
stop(SupRef) -> any()
Equivalent to stop(Pid, 5000).
stop(SupRef, Timeout) -> ok
Generated by EDoc