Behaviours: gen_server.
| balance/2 | |
| balance/3 | |
| code_change/3 | |
| connect/1 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| map/2 | |
| pid/1 | |
| release/2 | |
| start_link/3 | |
| terminate/2 | |
| transaction/2 | |
| transaction/3 |
balance(Supervisor, BalancerName) -> any()
balance(Supervisor, BalancerName, Options) -> any()
code_change(OldVsn, State, Extra) -> any()
connect(PoolName) -> any()
handle_call(X1, From, State) -> any()
handle_cast(X1, State) -> any()
handle_info(X1, State) -> any()
init(X1) -> any()
map(ServerName, Fun) -> any()
pid(PoolName) -> any()
release(PoolName, Pid) -> any()
start_link(Supervisor, ServerName, Options) -> any()
terminate(Reason, State) -> any()
transaction(PoolName, Fun) -> any()
transaction(PoolName, Fun, KillOnError) -> any()
Generated by EDoc