Module yz_solr_proc

This module/process is responsible for administrating the external Solr/JVM OS process.

Description

This module/process is responsible for administrating the external Solr/JVM OS process.

Function Index

code_change/3
get_dist_query/0
getpid/0Get 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

Function Details

code_change/3

code_change(X1, S, X3) -> any()

get_dist_query/0

get_dist_query() -> boolean()

getpid/0

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/3

handle_call(Req, X2, S) -> any()

handle_cast/2

handle_cast(Req, S) -> any()

handle_info/2

handle_info(Message, State) -> any()

init/1

init(X1) -> any()

set_dist_query/1

set_dist_query(Enabled::boolean()) -> {ok, PreviousValue::boolean()} | {error, Reason::term()}

terminate/2

terminate(X1, S) -> any()


Generated by EDoc