Module match_stream_match_sup

Supervisor for Match Processes.

Copyright © (C) 2010 InakaLabs S.R.L.

Behaviours: supervisor.

Authors: Fernando Benavides (fernando.benavides@inakanetworks.com).

Description

Supervisor for Match Processes

Function Index

match_pids/1 Returns the list of processes related to that match.
start_link/0 Starts the supervisor process.
stop_match/1 Stops a match process.

Function Details

match_pids/1

match_pids(Match::match_stream:match_id()) -> [pid()]

Returns the list of processes related to that match. Starts a new match process in every node if not already there

start_link/0

start_link() -> {ok, pid()}

Starts the supervisor process

stop_match/1

stop_match(MatchId::match_stream:match_id()) -> ok

Stops a match process


Generated by EDoc, Sep 23 2011, 12:57:58.