Module cloudi_core_i_nodes

CloudI Nodes

Manage node connections to provide reliability after network interruptions.

Copyright © 2011-2017 Michael Truog

Version: 1.7.1 Jun 7 2017 10:27:09 ------------------------------------------------------------------------

Behaviours: gen_server.

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

CloudI Nodes

Manage node connections to provide reliability after network interruptions.

Function Index

alive/1
code_change/3
dead/1
handle_call/3
handle_cast/2
handle_info/2
init/1
logging_redirect_set/1
nodes/1
reconfigure/2
start_link/1
terminate/2

Function Details

alive/1

alive(Timeout) -> any()

code_change/3

code_change(X1, State, X3) -> any()

dead/1

dead(Timeout) -> any()

handle_call/3

handle_call(Request, X2, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

handle_info/2

handle_info(Request, State) -> any()

init/1

init(X1) -> any()

logging_redirect_set/1

logging_redirect_set(Node) -> any()

nodes/1

nodes(Timeout) -> any()

reconfigure/2

reconfigure(Config, Timeout) -> any()

start_link/1

start_link(Config) -> any()

terminate/2

terminate(X1, State) -> any()


Generated by EDoc, Jun 7 2017, 10:27:09.