Copyright © 2009-2013 Michael Truog
Version: 1.3.0 Sep 30 2014 14:11:36 ------------------------------------------------------------------------
Behaviours: cloudi_service.
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
dispatcher() = cloudi_service:dispatcher() | cloudi:context()
add(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary()) -> any()
add(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Timeout::pos_integer()) -> any()
add_exp(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Expiration::non_neg_integer()) -> any()
add_exp(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Expiration::non_neg_integer(), Timeout::pos_integer()) -> any()
append(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary()) -> any()
append(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Timeout::pos_integer()) -> any()
cloudi_service_handle_info(Request, State, X3) -> any()
cloudi_service_handle_request(Type, Name, Pattern, RequestInfo, Request, Timeout, Priority, TransId, Pid, State, Dispatcher) -> any()
cloudi_service_init(X1, Prefix, Dispatcher) -> any()
cloudi_service_terminate(X1, State) -> any()
decrement(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Initial::binary(), Expiration::non_neg_integer()) -> any()
decrement(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Initial::binary(), Expiration::non_neg_integer(), Timeout::pos_integer()) -> any()
delete(Dispatcher::dispatcher(), Name::string(), Key::any()) -> any()
delete(Dispatcher::dispatcher(), Name::string(), Key::any(), Timeout::pos_integer()) -> any()
flush(Dispatcher::dispatcher(), Name::string()) -> any()
flush(Dispatcher::dispatcher(), Name::string(), Timeout::pos_integer()) -> any()
flush_exp(Dispatcher::dispatcher(), Name::string(), Expiration::non_neg_integer()) -> any()
flush_exp(Dispatcher::dispatcher(), Name::string(), Expiration::non_neg_integer(), Timeout::pos_integer()) -> any()
get(Dispatcher::dispatcher(), Name::string(), Key::any()) -> any()
get(Dispatcher::dispatcher(), Name::string(), Key::any(), Timeout::pos_integer()) -> any()
get_many(Dispatcher::dispatcher(), Name::string(), Keys::list()) -> any()
get_many(Dispatcher::dispatcher(), Name::string(), Keys::list(), Timeout::pos_integer()) -> any()
increment(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Initial::binary(), Expiration::non_neg_integer()) -> any()
increment(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Initial::binary(), Expiration::non_neg_integer(), Timeout::pos_integer()) -> any()
prepend(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary()) -> any()
prepend(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Timeout::pos_integer()) -> any()
quit(Dispatcher::dispatcher(), Name::string()) -> any()
quit(Dispatcher::dispatcher(), Name::string(), Timeout::pos_integer()) -> any()
replace(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary()) -> any()
replace(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Timeout::pos_integer()) -> any()
replace_exp(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Expiration::non_neg_integer()) -> any()
replace_exp(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Expiration::non_neg_integer(), Timeout::pos_integer()) -> any()
set(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary()) -> any()
set(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Timeout::pos_integer()) -> any()
set_exp(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Expiration::non_neg_integer()) -> any()
set_exp(Dispatcher::dispatcher(), Name::string(), Key::any(), Value::binary(), Expiration::non_neg_integer(), Timeout::pos_integer()) -> any()
stats(Dispatcher::dispatcher(), Name::string()) -> any()
stats(Dispatcher::dispatcher(), Name::string(), Timeout::pos_integer()) -> any()
version(Dispatcher::dispatcher(), Name::string()) -> any()
version(Dispatcher::dispatcher(), Name::string(), Timeout::pos_integer()) -> any()
Generated by EDoc, Sep 30 2014, 14:11:36.