shards, and handles pools
or groups of partitioned tables, and each of them is handled by
shards_owner_sup.
shards, and handles pools
or groups of partitioned tables, and each of them is handled by
shards_owner_sup.
| start_child/3 | |
| start_link/0 | Equivalent to start_link(shards_sup).
|
| start_link/1 | |
| terminate_child/2 |
start_child(SupName::atom(), TabName::atom(), Options::[shards_local:option()]) -> supervisor:startchild_ret()
start_link() -> any()
Equivalent to start_link(shards_sup).
start_link(Name::atom()) -> {ok, pid()} | ignore | {error, term()}
terminate_child(SupName::atom(), Tab::pid() | atom()) -> ok | {error, Error::not_found | simple_one_for_one}
Generated by EDoc