Module rabbit_nodes_common

Function Index

cookie_hash/0
diagnostics/1
ensure_epmd/0
epmd_port/0
is_process_running/2
is_running/2
make/1
make/2
name_type/1
names/1
parts/1

Function Details

cookie_hash/0

cookie_hash() -> string()

diagnostics/1

diagnostics(Nodes::[node()]) -> string()

ensure_epmd/0

ensure_epmd() -> ok

epmd_port/0

epmd_port() -> string()

is_process_running/2

is_process_running(Node, Process) -> any()

is_running/2

is_running(Node, Application) -> any()

make/1

make(NodeStr::{string(), string()} | string()) -> node()

make/2

make(Prefix::string(), Suffix::string()) -> node()

name_type/1

name_type(Node) -> any()

names/1

names(Hostname::string()) -> rabbit_types:ok_or_error2([{string(), integer()}], term())

parts/1

parts(Node::node() | string()) -> {string(), string()}


Generated by EDoc