Module mc_monitor

mongoc internal module for monitoring one mongodb server and providing information to a topology module.

Copyright © (C) 2015, Alexander Hudich

Behaviours: gen_server.

Authors: Alexander Hudich (alttagil@gmail.com).

Description

mongoc internal module for monitoring one mongodb server and providing information to a topology module

Function Index

start_link/5
stop/1
init/1
terminate/2
code_change/3
update_type/2
handle_call/3
handle_cast/2
handle_info/2

Function Details

start_link/5

start_link(Topology, Server, HostPort, Topts, Wopts) -> any()

stop/1

stop(Pid) -> any()

init/1

init(X1) -> any()

terminate/2

terminate(Reason, State) -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

update_type/2

update_type(Pid, Type) -> any()

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

handle_info/2

handle_info(Info, State) -> any()


Generated by EDoc