Copyright © 2011-2020 Michael Truog
Version: 1.8.1 Jun 3 2020 18:48:06 ------------------------------------------------------------------------
Behaviours: gen_server.
Authors: Michael Truog (mjtruog at protonmail dot com).
code_change(X1, State, X3) -> any()
handle_call(Request, X2, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Restart_stage2, State) -> any()
init(X1) -> any()
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(), RestartAll::boolean(), 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()
process_decrease(Pid, Period, RateCurrent, RateMin, CountProcessMin) -> any()
process_increase(Pid, Period, RateCurrent, RateMax, CountProcessMax) -> any()
process_init_begin(Pids::[pid() | [pid(), ...]]) -> ok
process_init_end(Pid::pid()) -> ok
process_init_end(Pid::pid(), OSPid::undefined | pos_integer()) -> ok
process_terminate_begin(Pid::pid(), Reason::any()) -> ok
process_terminate_begin(Pid::pid(), OSPid::undefined | pos_integer(), Reason::any()) -> ok
restart(ServiceId, Timeout) -> any()
resume(ServiceId, Timeout) -> any()
search(PidList, Timeout) -> any()
shutdown(ServiceId, Timeout) -> any()
start_link() -> any()
status(ServiceIdList, Timeout) -> any()
suspend(ServiceId, Timeout) -> any()
terminate(X1, X2) -> any()
update(UpdatePlan, Timeout) -> any()
Generated by EDoc