Module leo_backend_db_sup

The supervisor of leo_backend_db.

Behaviours: supervisor.

References

Description

The supervisor of leo_backend_db

Function Index

init/1supervisor callback - Module:init(Args) -> Result.
start_child/5Creates the gen_server process as part of a supervision tree.
start_child/6
start_link/0Creates a supervisor process as part of a supervision tree.
stop/0Stop process.

Function Details

init/1

init(X1) -> any()

supervisor callback - Module:init(Args) -> Result

start_child/5

start_child(SupRef::atom() | pid(), InstanceName::atom(), NumOfDBProcs::integer(), BackendDB::backend_db(), DBRootPath::string()) -> ok | true

Creates the gen_server process as part of a supervision tree

start_child/6

start_child(SupRef::atom() | pid(), InstanceName::atom(), NumOfDBProcs::integer(), BackendDB::backend_db(), DBRootPath::string(), IsStrictCheck::boolean()) -> ok | true

start_link/0

start_link() -> any()

Creates a supervisor process as part of a supervision tree

stop/0

stop() -> any()

Stop process


Generated by EDoc