Copyright © 2011-2017 Michael Truog
Version: 1.7.1 Sep 12 2017 17:11:52 ------------------------------------------------------------------------
Behaviours: gen_server.
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
code_change/3 | |
decrease/5 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
increase/5 | |
init/1 | |
initialize/1 | |
monitor/13 | |
pids/2 | |
restart/2 | |
search/2 | |
shutdown/2 | |
start_link/0 | |
terminate/2 | |
terminate_kill/2 | |
update/2 |
code_change(X1, State, X3) -> any()
decrease(Pid, Period, RateCurrent, RateMin, CountProcessMin) -> any()
handle_call(Request, X2, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Request, State) -> any()
increase(Pid, Period, RateCurrent, RateMax, CountProcessMax) -> any()
init(X1) -> any()
initialize(Pids::[pid()]) -> ok
monitor(M::cloudi_core_i_spawn, F::start_internal | start_external, A::list(), ProcessIndex::non_neg_integer(), CountProcess::pos_integer(), CountThread::pos_integer(), Scope::atom(), TimeoutTerm::cloudi_service_api:timeout_terminate_value_milliseconds(), RestartDelay::tuple() | false, MaxR::non_neg_integer(), MaxT::non_neg_integer(), ServiceId::uuid:uuid(), Timeout::infinity | pos_integer()) -> {ok, [pid()]} | {error, any()}
pids(ServiceId, Timeout) -> any()
restart(ServiceId, Timeout) -> any()
search(PidList, Timeout) -> any()
shutdown(ServiceId, Timeout) -> any()
start_link() -> any()
terminate(X1, X2) -> any()
terminate_kill(Pid, Reason) -> any()
update(UpdatePlan, Timeout) -> any()
Generated by EDoc, Sep 12 2017, 17:11:52.