riak_pipe application.
Behaviours: supervisor.
riak_pipe application.
| init/1 | Initialize the supervisor, and start children. |
| start_link/0 | Start the supervisor. |
init(X1::[]) -> {ok, {{supervisor:strategy(), pos_integer(), pos_integer()}, [supervisor:child_spec()]}}
Initialize the supervisor, and start children.
Three children are started immediately:riak_pipe_vnode_master).
riak_pipe_builder_sup).
riak_pipe_fitting_sup).
start_link() -> {ok, pid()} | ignore | {error, term()}
Start the supervisor. It will be registered under the atom
riak_pipe_sup.
Generated by EDoc, Aug 5 2012, 06:58:52.