| code_change/3 | |
| get_dist_query/0 | |
| getpid/0 | Get the operating system's PID of the Solr/JVM process. |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| set_dist_query/1 | |
| terminate/2 |
code_change(X1, S, X3) -> any()
get_dist_query() -> boolean()
getpid() -> undefined | pos_integer()
Get the operating system's PID of the Solr/JVM process. May
return undefined if Solr failed to start.
handle_call(Req, X2, S) -> any()
handle_cast(Req, S) -> any()
handle_info(Message, State) -> any()
init(X1) -> any()
set_dist_query(Enabled::boolean()) -> {ok, PreviousValue::boolean()} | {error, Reason::term()}
terminate(X1, S) -> any()
Generated by EDoc