Behaviours: gen_server.
all_events(X1) -> any()
code_change(OldVsn, State, Extra) -> any()
collect() -> any()
collect(Duration) -> any()
collect(Duration, Nodes) -> any()
filter(MFs, Filter) -> any()
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(X1, State) -> any()
init(X1) -> any()
reset() -> any()
results() -> any()
start_link() -> any()
stop() -> any()
stop_collect() -> any()
terminate(Reason, State) -> any()
test_all_events(Ms) -> any()
trigger_sentinel() -> any()
Generated by EDoc