Module riak_pipe_sup

Supervisor for the riak_pipe application.

Behaviours: supervisor.

Description

Supervisor for the riak_pipe application.

Function Index

init/1Initialize the supervisor, and start children.
start_link/0Start the supervisor.

Function Details

init/1

init(X1::[]) -> {ok, {{supervisor:strategy(), pos_integer(), pos_integer()}, [supervisor:child_spec()]}}

Initialize the supervisor, and start children.

Three children are started immediately:
  1. The vnode master for riak_pipe vnodes (registered under riak_pipe_vnode_master).
  2. The pipe builder supervisor (registered under riak_pipe_builder_sup).
  3. The pipe fitting supervisor (registred under riak_pipe_fitting_sup).
.

start_link/0

start_link() -> {ok, pid()} | ignore | {error, term()}

Start the supervisor. It will be registered under the atom riak_pipe_sup.


Generated by EDoc, Nov 21 2012, 15:51:29.