Module machi_flu_psup

Supervisor for Machi FLU servers and their related support servers.

Behaviours: supervisor.

Description

Supervisor for Machi FLU servers and their related support servers.

Our parent supervisor, machi_flu_sup, is responsible for managing FLUs as a single entity. However, the actual implementation of a FLU includes three major Erlang processes (not including support/worker procs): the FLU itself, the FLU's projection store, and the FLU's local chain manager. This supervisor is responsible for managing those three major services as a single "package", to be started & stopped together.

Function Index

init/1
make_mgr_supname/1
make_p_regname/1
make_package_spec/4
make_proj_supname/1
start_flu_package/4
start_link/4
stop_flu_package/1

Function Details

init/1

init(X1) -> any()

make_mgr_supname/1

make_mgr_supname(MgrName) -> any()

make_p_regname/1

make_p_regname(FluName) -> any()

make_package_spec/4

make_package_spec(FluName, TcpPort, DataDir, Props) -> any()

make_proj_supname/1

make_proj_supname(ProjName) -> any()

start_flu_package/4

start_flu_package(FluName, TcpPort, DataDir, Props) -> any()

start_link/4

start_link(FluName, TcpPort, DataDir, Props) -> any()

stop_flu_package/1

stop_flu_package(FluName) -> any()


Generated by EDoc, May 20 2015, 12:36:35.