Current section

Files

Jump to
cpg doc cpg_node_monitor.html
Raw

doc/cpg_node_monitor.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Module cpg_node_monitor</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
</head>
<body bgcolor="white">
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<hr>
<h1>Module cpg_node_monitor</h1>
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#types">Data Types</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>
<h3><a name="CPG_Remote_Node_Monitor_Process.">CPG Remote Node Monitor Process.</a></h3>
Handle remote node pid monitors to reduce the messages the cpg
scope process needs to manage.
<p>Copyright © 2017-2020 Michael Truog</p>
<p><b>Version:</b> 1.8.1 Jun 20 2023 18:22:29
------------------------------------------------------------------------</p>
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog at protonmail dot com"><tt>mjtruog at protonmail dot com</tt></a>).</p>
<h2><a name="description">Description</a></h2>
<h3><a name="CPG_Remote_Node_Monitor_Process.">CPG Remote Node Monitor Process.</a></h3>
Handle remote node pid monitors to reduce the messages the cpg
scope process needs to manage.
<h2><a name="types">Data Types</a></h2>
<h3 class="typedecl"><a name="type-process">process()</a></h3>
<p><tt>process() = pid()</tt></p>
<h2><a name="index">Function Index</a></h2>
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#add-2">add/2</a></td><td></td></tr>
<tr><td valign="top"><a href="#code_change-3">code_change/3</a></td><td></td></tr>
<tr><td valign="top"><a href="#died-1">died/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#handle_call-3">handle_call/3</a></td><td></td></tr>
<tr><td valign="top"><a href="#handle_cast-2">handle_cast/2</a></td><td></td></tr>
<tr><td valign="top"><a href="#handle_info-2">handle_info/2</a></td><td></td></tr>
<tr><td valign="top"><a href="#init-1">init/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#remove-2">remove/2</a></td><td></td></tr>
<tr><td valign="top"><a href="#start_link-1">start_link/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#stop_link-1">stop_link/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#terminate-2">terminate/2</a></td><td></td></tr>
</table>
<h2><a name="functions">Function Details</a></h2>
<h3 class="function"><a name="add-2">add/2</a></h3>
<div class="spec">
<p><tt>add(Process::<a href="#type-process">process()</a>, Pid::pid()) -&gt; ok</tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="code_change-3">code_change/3</a></h3>
<div class="spec">
<p><tt>code_change(X1, State, X3) -&gt; any()</tt></p>
<p> </p>
</div>
<h3 class="function"><a name="died-1">died/1</a></h3>
<div class="spec">
<p><tt>died(Process::<a href="#type-process">process()</a>) -&gt; {[pid()], [[{pid(), {exit, any()}}, ...]]}</tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="handle_call-3">handle_call/3</a></h3>
<div class="spec">
<p><tt>handle_call(Request, X2, State) -&gt; any()</tt></p>
<p> </p>
</div>
<h3 class="function"><a name="handle_cast-2">handle_cast/2</a></h3>
<div class="spec">
<p><tt>handle_cast(Request, State) -&gt; any()</tt></p>
<p> </p>
</div>
<h3 class="function"><a name="handle_info-2">handle_info/2</a></h3>
<div class="spec">
<p><tt>handle_info(DOWN, State) -&gt; any()</tt></p>
<p> </p>
</div>
<h3 class="function"><a name="init-1">init/1</a></h3>
<div class="spec">
<p><tt>init(X1) -&gt; any()</tt></p>
<p> </p>
</div>
<h3 class="function"><a name="remove-2">remove/2</a></h3>
<div class="spec">
<p><tt>remove(Process::<a href="#type-process">process()</a>, Pid::pid()) -&gt; ok</tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="start_link-1">start_link/1</a></h3>
<div class="spec">
<p><tt>start_link(Pid::pid()) -&gt; {ok, pid()} | {error, any()}</tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="stop_link-1">stop_link/1</a></h3>
<div class="spec">
<p><tt>stop_link(Process::<a href="#type-process">process()</a>) -&gt; ok</tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="terminate-2">terminate/2</a></h3>
<div class="spec">
<p><tt>terminate(X1, State) -&gt; any()</tt></p>
<p> </p>
</div>
<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc</i></p>
</body>
</html>