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, Sep 17 2012, 17:05:45.