Module cqerl_cluster

Function Index

add_nodes/1
add_nodes/2
add_nodes/3
code_change/3
get_any_client/0
get_any_client/1
handle_call/3
handle_cast/2
handle_info/2
init/1
node_down/1
node_up/1
start_link/0
terminate/2

Function Details

add_nodes/1

add_nodes(ClientKeys) -> any()

add_nodes/2

add_nodes(ClientKeys, Opts) -> any()

add_nodes/3

add_nodes(Key, ClientKeys, Opts0) -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

get_any_client/0

get_any_client() -> any()

get_any_client/1

get_any_client(Key) -> any()

handle_call/3

handle_call(Msg, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Msg, State) -> any()

init/1

init(X1) -> any()

node_down/1

node_down(Node) -> any()

node_up/1

node_up(Node) -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc