Behaviours: gen_server.
drain_param() = {exchange_fsm_pid, pid()} | {yz_index_hashtree_update_params, {tree(), p(), short_preflist()}} | {drain_partition, n()}
drain_params() = [drain_param()]
n() = pos_integer()
p() = non_neg_integer()
tree() = pid()
| cancel/2 | |
| code_change/3 | |
| drain/0 | Drain all queues to Solr. |
| drain/1 | Drain all queues to Solr. |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| start_link/0 | |
| terminate/2 |
cancel(Reference, Pid) -> any()
code_change(OldVsn, State, Extra) -> any()
drain() -> ok | {error, Reason::term()}
Drain all queues to Solr
drain(Params::drain_params()) -> ok | {error, Reason::term()}
Drain all queues to Solr
handle_call(X1, From, State) -> any()
handle_cast(X1, State) -> any()
handle_info(X1, State) -> any()
init(X1) -> any()
start_link() -> {ok, Pid::pid()} | ignore | {error, Reason::term()}
terminate(Reason, State) -> any()
Generated by EDoc