Module shards_owner_sup

This is the supervisor that holds and handles the supervision tree for a partitioned table, and it is the one that owns the metadata or control table.

Behaviours: supervisor.

Description

This is the supervisor that holds and handles the supervision tree for a partitioned table, and it is the one that owns the metadata or control table. Every time a new partioned table is created, a new supervision tree is created to handle its lifecycle, and this module is the main supervisor for that tree.

Function Index

child_spec/1
start_link/2

Function Details

child_spec/1

child_spec(Name::atom()) -> supervisor:child_spec()

start_link/2

start_link(Name::atom(), Options::[term()]) -> {ok, pid()} | ignore | {error, term()}


Generated by EDoc