Module riak_pipe_app

Start and stop handling of the riak_pipe application.

Behaviours: application.

Description

Start and stop handling of the riak_pipe application.

Function Index

start/2Start the riak_pipe application.
stop/1Unused.

Function Details

start/2

start(StartType::term(), StartArgs::term()) -> {ok, pid()} | {error, term()}

Start the riak_pipe application.

The riak_core application should already be started. This function will register the riak_pipe_vnode module to setup the riak_pipe vnode master, and will also announce the riak_pipe service to the node watcher.

If cluster_info has also been started, this function will register the riak_pipe_cinfo module with it.

stop/1

stop(State::term()) -> ok

Unused.


Generated by EDoc, Aug 5 2012, 06:58:52.