Behaviours: gen_server.
| code_change/3 | |
| get_uuids/2 | Get a list of uuids from the server. |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| start_link/0 | Starts the couchbeam process linked to the calling process. |
| terminate/2 |
code_change(OldVsn, State, Extra) -> any()
Get a list of uuids from the server
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
start_link() -> {ok, pid()}
Starts the couchbeam process linked to the calling process. Usually invoked by the supervisor couchbeam_sup
terminate(Reason, State) -> any()
Generated by EDoc, Aug 31 2012, 10:02:31.