Module mcd_cluster

Behaviours: gen_server.

Data Types

node_params()

node_params() = [{atom(), mcd:start_params(), pos_integer()}, ...]

Function Index

add/2
code_change/3
delete/2
forwardQueryToMCD/4
handle_call/3
handle_cast/2
handle_info/2
health/1
init/1
nodes/1
start_link/1
start_link/2
stop/1
terminate/2

Function Details

add/2

add(ServerRef, Node) -> any()

code_change/3

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

delete/2

delete(ServerRef, Node) -> any()

forwardQueryToMCD/4

forwardQueryToMCD(From, Ring, Filter, Q) -> any()

handle_call/3

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

handle_cast/2

handle_cast(ReadyQuery, State) -> any()

handle_info/2

handle_info(Request, State) -> any()

health/1

health(ServerRef) -> any()

init/1

init(X1) -> any()

nodes/1

nodes(ServerRef) -> any()

start_link/1

start_link(Nodes::node_params()) -> {ok, pid()}

start_link/2

start_link(Name::atom(), Nodes::node_params()) -> {ok, pid()}

stop/1

stop(ServerRef) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc